diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-24 15:17:30 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-24 15:17:30 +0000 |
commit | 295b7dc367808317e2ea22ca147f8fe4d1caf597 (patch) | |
tree | 63cc52ebfacd4ae5bb29344874cf75d105273886 /libavformat | |
parent | 2b4162f0aee229b303e93948a7f4752efeec4211 (diff) | |
download | ffmpeg-295b7dc367808317e2ea22ca147f8fe4d1caf597.tar.gz |
sort
Originally committed as revision 8496 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/isom.c | 2 |
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 }, |