OSDN Git Service

sort
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 24 Mar 2007 15:17:30 +0000 (15:17 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 24 Mar 2007 15:17:30 +0000 (15:17 +0000)
Originally committed as revision 8496 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/isom.c

index 0065195..c86ae98 100644 (file)
@@ -46,8 +46,8 @@ const AVCodecTag ff_mov_obj_type[] = {
     { CODEC_ID_PNG       , 109 },
     { CODEC_ID_JPEG2000  , 110 }, /* 15444-1 */
     { CODEC_ID_VC1       , 163 },
-    { CODEC_ID_PCM_S16LE , 224 },
     { CODEC_ID_VORBIS    , 221 },
+    { CODEC_ID_PCM_S16LE , 224 },
     { CODEC_ID_QCELP     , 225 },
     { CODEC_ID_AC3       , 226 },
     { CODEC_ID_PCM_ALAW  , 227 },