[FFmpeg-devel] [PATCH 1/5] avcodec/decode: add a function to set frame props from a user provided packet
James Almer
jamrial at gmail.com
Mon Dec 12 14:11:18 EET 2022
On 12/8/2022 11:07 AM, James Almer wrote:
> It will be useful for decoders that don't rely on last_pkt_props to set frame
> props.
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavcodec/decode.c | 19 +++++++++++++++----
> libavcodec/decode.h | 5 +++++
> 2 files changed, 20 insertions(+), 4 deletions(-)
Will apply set.
More information about the ffmpeg-devel
mailing list