]> git.sesse.net Git - ffmpeg/commit
avformat/isom: Split movaudio/movvideo tags off into a separate file
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 10 Feb 2021 13:27:09 +0000 (14:27 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 23 Feb 2021 09:14:26 +0000 (10:14 +0100)
commitbb9167dbde63d3616fdb37b2d5a16794abdc6692
tree021db2e08abdfb855570f32c08c2d764a6b5da3f
parent215536ad0c4d3ffc406f91fe3c2b412d9c072063
avformat/isom: Split movaudio/movvideo tags off into a separate file

The NUT and avi demuxers only need ff_codec_movvideo_tags and so this
removes a dependency on the rest of isom.c as well as on mpeg4audio.c
(which isom depends on); it is similar for the Matroska demuxer and
muxers, except that the mpeg4audio.c dependency can't be avoided.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
configure
libavcodec/Makefile
libavformat/Makefile
libavformat/isom.c
libavformat/isom_tags.c [new file with mode: 0644]