avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.h
and rename it to FF_INFMT_INIT_CLEANUP. This flag is demuxer-only, so this is the more appropriate place for it. This does not preclude adding internal flags common to both demuxer and muxer in the future. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
27af88fb7f
commit
4a4dcde339
65 changed files with 74 additions and 74 deletions
|
|
@ -164,7 +164,7 @@ end:
|
|||
const FFInputFormat ff_ass_demuxer = {
|
||||
.p.name = "ass",
|
||||
.p.long_name = NULL_IF_CONFIG_SMALL("SSA (SubStation Alpha) subtitle"),
|
||||
.flags_internal = FF_FMT_INIT_CLEANUP,
|
||||
.flags_internal = FF_INFMT_FLAG_INIT_CLEANUP,
|
||||
.priv_data_size = sizeof(ASSContext),
|
||||
.read_probe = ass_probe,
|
||||
.read_header = ass_read_header,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue