diff options
author | James Almer <jamrial@gmail.com> | 2022-12-04 14:53:13 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-12-07 08:55:33 -0300 |
commit | b1fdb0b347c1d7d022a16cf682ba7de03bd491db (patch) | |
tree | f0276d305ad68b395fe680cb20b23e3fe0a79f09 /libavcodec/qsvenc.h | |
parent | c06e88e05c5154cce31f5c12fde1da9b2070979e (diff) | |
download | ffmpeg-b1fdb0b347c1d7d022a16cf682ba7de03bd491db.tar.gz |
Revert "avcodec/decode: use a packet list to store packet properties"
The idea behind last_pkt_props was to store the properties of the last packet
fed to the decoder. Any sort of queueing required by CODEC_CAP_DELAY decoders
that consume several packets before they start outputting frames should be done
by the decoders in question. An example of this is libdav1d.
This is required for the following commits that will fix last_pkt_props in
frame threading scenarios, as well as maintain its contents during flush.
This revers commit 022a12b306ab2096e6ac9fc9b149828a849d65b2.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/qsvenc.h')
0 files changed, 0 insertions, 0 deletions