Re: [FFmpeg-devel] [PATCH 2/2] avformat/yuv4mpegenc: Add const where appropriate

2020-09-04 Thread Paul B Mahol
On 9/4/20, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavformat/yuv4mpegenc.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > lgtm > diff --git a/libavformat/yuv4mpegenc.c b/libavformat/yuv4mpegenc.c > index fdd020e13b..6b53780ba0 100644 > --- a/lib

[FFmpeg-devel] [PATCH 2/2] avformat/yuv4mpegenc: Add const where appropriate

2020-09-04 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavformat/yuv4mpegenc.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libavformat/yuv4mpegenc.c b/libavformat/yuv4mpegenc.c index fdd020e13b..6b53780ba0 100644 --- a/libavformat/yuv4mpegenc.c +++ b/libavformat/yuv4mpegenc.c @@ -1