Commit 1e3a2d6c authored by bcoudurier's avatar bcoudurier

use correct codec tag list for ipod format

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17935 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0c76ba38
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment