diff --git a/libavformat/mov.c b/libavformat/mov.c index fef78f67ff..dcad884a21 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -94,7 +94,7 @@ const CodecTag ff_mov_obj_type[] = { { CODEC_ID_MP2 , 107 }, { CODEC_ID_MJPEG , 108 }, { CODEC_ID_PCM_S16LE , 224 }, - { CODEC_ID_VORBIS , 225 }, + { CODEC_ID_VORBIS , 221 }, { CODEC_ID_AC3 , 226 }, { CODEC_ID_PCM_ALAW , 227 }, { CODEC_ID_PCM_MULAW , 228 },