Re: [FFmpeg-devel] [PATCH 1/2] avcodec/h264_metadata_bsf: Don't add AUD to extradata

2021-04-02 Thread James Almer
On 4/2/2021 12:38 PM, Andreas Rheinhardt wrote: This is a regression since switching to the generic CBS BSF code. Signed-off-by: Andreas Rheinhardt --- Will apply this patchset soon. libavcodec/h264_metadata_bsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcode

[FFmpeg-devel] [PATCH 1/2] avcodec/h264_metadata_bsf: Don't add AUD to extradata

2021-04-02 Thread Andreas Rheinhardt
This is a regression since switching to the generic CBS BSF code. Signed-off-by: Andreas Rheinhardt --- Will apply this patchset soon. libavcodec/h264_metadata_bsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_metadata_bsf.c b/libavcodec/h264_metadata_bsf