[FFmpeg-cvslog] r17935 - trunk/libavformat/movenc.c

bcoudurier subversion
Wed Mar 11 08:59:39 CET 2009


Author: bcoudurier
Date: Wed Mar 11 08:59:38 2009
New Revision: 17935

Log:
use correct codec tag list for ipod format

Modified:
   trunk/libavformat/movenc.c

Modified: trunk/libavformat/movenc.c
==============================================================================
--- trunk/libavformat/movenc.c	Wed Mar 11 08:16:19 2009	(r17934)
+++ trunk/libavformat/movenc.c	Wed Mar 11 08:59:38 2009	(r17935)
@@ -1940,6 +1940,6 @@ AVOutputFormat ipod_muxer = {
     mov_write_packet,
     mov_write_trailer,
     .flags = AVFMT_GLOBALHEADER,
-    .codec_tag = (const AVCodecTag* const []){ff_mp4_obj_type, 0},
+    .codec_tag = (const AVCodecTag* const []){codec_ipod_tags, 0},
 };
 #endif




More information about the ffmpeg-cvslog mailing list