Re: [FFmpeg-devel] [PATCH 4/5] lavf/mpjpegdec: Mark local variable static

2018-06-25 Thread Mark Thompson
On 25/06/18 18:57, Michael Niedermayer wrote: > On Sun, Jun 24, 2018 at 07:25:38PM +0100, Mark Thompson wrote: >> --- >> libavformat/mpjpegdec.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > LGTM Applied. Thanks, - Mark ___ ffmpeg-deve

Re: [FFmpeg-devel] [PATCH 4/5] lavf/mpjpegdec: Mark local variable static

2018-06-25 Thread Michael Niedermayer
On Sun, Jun 24, 2018 at 07:25:38PM +0100, Mark Thompson wrote: > --- > libavformat/mpjpegdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Old school: Use the lowest level language in which y

[FFmpeg-devel] [PATCH 4/5] lavf/mpjpegdec: Mark local variable static

2018-06-24 Thread Mark Thompson
--- libavformat/mpjpegdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mpjpegdec.c b/libavformat/mpjpegdec.c index 83aa70d0c9..64d880a981 100644 --- a/libavformat/mpjpegdec.c +++ b/libavformat/mpjpegdec.c @@ -375,7 +375,7 @@ static int mpjpeg_read_packet(AVForm