mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-25 08:47:30 +00:00
Keeping only the latest packet fed to the decoder works only for decoders that return a frame immediately after every consumed packet. Decoders that consume several packets before they return a frame will fill said frame with properties taken from the last consumed packet instead of the earliest. Signed-off-by: James Almer <jamrial@gmail.com>
65 KiB
65 KiB