mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
use correct codec tag list for ipod format
Originally committed as revision 17935 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b686d0ab4b
commit
d1df4da00b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user