提交 d1df4da0 编写于 作者: B Baptiste Coudurier

use correct codec tag list for ipod format

Originally committed as revision 17935 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 b686d0ab
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册