Skip to content
Snippets Groups Projects
Commit dd846bc4 authored by Anton Khirnov's avatar Anton Khirnov Committed by Andreas Rheinhardt
Browse files

lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED


It is supported only by a few decoders (h263, h263p, mpeg(1|2|)video
and mpeg4) and is entirely redundant with parsers. Furthermore, using
it leads to missing frames, as flushing the decoder at the end does not
work properly.

Co-authored-by: default avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: default avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 9c489a0f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment