summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-12-06 17:51:54 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2011-12-09 16:12:58 -0500
commit21ebf2d49370cc913263a915a915a8f523288f07 (patch)
tree2350b5a7542839fa080954d1f6c2fcf6cb686950 /libavformat/isom.c
parent60cd802daf9f30da7b6bc43fd652990a1c3dbfe9 (diff)
isom: remove commented-out tag for vorbis
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 7b9f91b58a..37db3b12ab 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -251,8 +251,6 @@ const AVCodecTag codec_movaudio_tags[] = {
{ CODEC_ID_MP3, MKTAG('.', 'm', 'p', '3') }, /* MPEG layer 3 */ /* sample files at http://www.3ivx.com/showcase.html use this tag */
{ CODEC_ID_MP3, 0x6D730055 }, /* MPEG layer 3 */
-/* { CODEC_ID_OGG_VORBIS, MKTAG('O', 'g', 'g', 'S') }, *//* sample files at http://heroinewarrior.com/xmovie.php3 use this tag */
-
{ CODEC_ID_AAC, MKTAG('m', 'p', '4', 'a') }, /* MPEG-4 AAC */
{ CODEC_ID_AC3, MKTAG('a', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F */
{ CODEC_ID_AC3, MKTAG('s', 'a', 'c', '3') }, /* Nero Recode */