ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | Sun Apr 27 20:20:02 2025 +0200| [c681d8e8a8180c74e0f0edd8c50f996862c30708] | committer: Andreas Rheinhardt
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 <s...@jkqxz.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c681d8e8a8180c74e0f0edd8c50f996862c30708 --- libavformat/apvdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/apvdec.c b/libavformat/apvdec.c index d2c2a50629..f87fb477a9 100644 --- a/libavformat/apvdec.c +++ b/libavformat/apvdec.c @@ -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, _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".