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:
parent
f98c63e417
commit
c681d8e8a8
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue