mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avformat/apvdec: Remove inappropriate INIT_CLEANUP flag
The init-cleanup flag makes no sense for a demuxer without a read_close() function. Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -244,7 +244,6 @@ const FFInputFormat ff_apv_demuxer = {
|
||||
.p.long_name = NULL_IF_CONFIG_SMALL("APV raw bitstream"),
|
||||
.p.extensions = "apv",
|
||||
.p.flags = AVFMT_GENERIC_INDEX | AVFMT_NOTIMESTAMPS,
|
||||
.flags_internal = FF_INFMT_FLAG_INIT_CLEANUP,
|
||||
.read_probe = apv_probe,
|
||||
.read_header = apv_read_header,
|
||||
.read_packet = apv_read_packet,
|
||||
|
||||
Reference in New Issue
Block a user