Re: [FFmpeg-devel] [PATCH] avcodec/h264_metadata_bsf: Don't use unitialized value

2021-01-22 Thread Mark Thompson
On 22/01/2021 11:43, Andreas Rheinhardt wrote: Signed-off-by: Andreas Rheinhardt --- 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.c index 30c0aa80d9..6673a32601 100644 --- a/lib

[FFmpeg-devel] [PATCH] avcodec/h264_metadata_bsf: Don't use unitialized value

2021-01-22 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- 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.c index 30c0aa80d9..6673a32601 100644 --- a/libavcodec/h264_metadata_bsf.c +++ b/libavcodec/h264_m