[Ffmpeg-cvslog] r8496 - trunk/libavformat/isom.c
bcoudurier
subversion
Sat Mar 24 16:17:30 CET 2007
Author: bcoudurier
Date: Sat Mar 24 16:17:30 2007
New Revision: 8496
Modified:
trunk/libavformat/isom.c
Log:
sort
Modified: trunk/libavformat/isom.c
==============================================================================
--- trunk/libavformat/isom.c (original)
+++ trunk/libavformat/isom.c Sat Mar 24 16:17:30 2007
@@ -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 },
More information about the ffmpeg-cvslog
mailing list