Skip to content
Snippets Groups Projects
Commit 5b73ba98 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM


This decreases the amount of computations and memory needed for analysing mpeg1/2 streams

the properties update is moved from code that is skiped if skip_frame is set
to code that is not skiped so the change doesnt loose that
from being executed

Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 65e33d8e
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