]> git.sesse.net Git - ffmpeg/commit
avformat/dv: Avoid alloction of DVDemuxContext
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 1 Aug 2020 22:41:31 +0000 (00:41 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 5 Aug 2020 22:02:19 +0000 (00:02 +0200)
commit8b0bba864b8dc71e91a53b89c1a5b398e8321139
tree67affbd841f5eb6697e6db7b767203c802f8ac2a
parentedcd7c735c098a3b72cada2c791d04b4428b145d
avformat/dv: Avoid alloction of DVDemuxContext

This commit avoids allocating a DVDemuxContext when demuxing raw DV by
making it part of the demuxer's context. This also allows to remove
dv_read_close().

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/dv.c