From 295b7dc367808317e2ea22ca147f8fe4d1caf597 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sat, 24 Mar 2007 15:17:30 +0000 Subject: [PATCH] sort Originally committed as revision 8496 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/isom.c b/libavformat/isom.c index 00651951e0..c86ae98337 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -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 },