summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-24 15:17:30 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-24 15:17:30 +0000
commit295b7dc367808317e2ea22ca147f8fe4d1caf597 (patch)
tree63cc52ebfacd4ae5bb29344874cf75d105273886 /libavformat/isom.c
parent2b4162f0aee229b303e93948a7f4752efeec4211 (diff)
sort
Originally committed as revision 8496 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c2
1 files changed, 1 insertions, 1 deletions
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 },