[FFmpeg-devel] [PATCH] avcodec/vvcdec: set pict_type and AV_FRAME_FLAG_KEY

2025-01-02 Thread Ruben Gonzalez
frame,0,B frame,0,P frame,0,B ``` Signed-off-by: Ruben Gonzalez --- libavcodec/vvc/dec.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/libavcodec/vvc/dec.c b/libavcodec/vvc/dec.c index 1cb168de7e..71408caf7b 100644 --- a/libavcodec/vvc/dec.c +++ b/libavcodec

[FFmpeg-devel] [PATCH] avformat: allow .ec3 as extension for raw E-AC-3 stream

2022-06-23 Thread Ruben Gonzalez
dlb_mp4base repository from DolbyLaboratories. Signed-off-by: Ruben Gonzalez --- libavformat/ac3dec.c | 2 +- libavformat/rawenc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/ac3dec.c b/libavformat/ac3dec.c index 51461befd8..989d126a81 100644 --- a