Re: [FFmpeg-devel] [PATCH 1/4] avformat/mpeg: Remove set-but-unused variable

2019-10-08 Thread Paul B Mahol
lgtm On 10/8/19, Andreas Rheinhardt wrote: > Forgotten in 7da57875. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/mpeg.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c > index 6f132aae05..bd182e4429 100644 > --- a/

[FFmpeg-devel] [PATCH 1/4] avformat/mpeg: Remove set-but-unused variable

2019-10-07 Thread Andreas Rheinhardt
Forgotten in 7da57875. Signed-off-by: Andreas Rheinhardt --- libavformat/mpeg.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 6f132aae05..bd182e4429 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -489,7 +489,6 @@