Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
muxer: use audio/mpeg mime type for mpeg2 audio
  • Loading branch information
perexg committed Oct 6, 2016
1 parent b848597 commit 6efcfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/muxer.c
Expand Up @@ -46,7 +46,7 @@ static struct strtab container_audio_mime[] = {
{ "audio/webm", MC_AVWEBM },
{ "audio/mp2t", MC_MPEGTS },
{ "audio/mpeg", MC_MPEGPS },
{ "audio/mp2", MC_MPEG2AUDIO },
{ "audio/mpeg", MC_MPEG2AUDIO },
{ "audio/ac3", MC_AC3 },
{ "audio/aac", MC_AAC },
{ "audio/mp4", MC_MP4A },
Expand Down

0 comments on commit 6efcfd2

Please sign in to comment.