Re: [FFmpeg-devel] [PATCH] avcodec/codecpar: mention how to allocate coded_side_data

2023-11-14 Thread James Almer
On 11/13/2023 1:29 PM, James Almer wrote: Signed-off-by: James Almer --- libavcodec/codec_par.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/codec_par.h b/libavcodec/codec_par.h index 64882a9726..f42dd3b1d5 100644 --- a/libavcodec/codec_par.h +++ b/libavcodec/codec_par.h

[FFmpeg-devel] [PATCH] avcodec/codecpar: mention how to allocate coded_side_data

2023-11-13 Thread James Almer
Signed-off-by: James Almer --- libavcodec/codec_par.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/codec_par.h b/libavcodec/codec_par.h index 64882a9726..f42dd3b1d5 100644 --- a/libavcodec/codec_par.h +++ b/libavcodec/codec_par.h @@ -219,6 +219,9 @@ typedef struct AVCodecPara