[FFmpeg-devel] [PATCH] libavcodec/rscc.c: add missing semicolon

Michael Niedermayer michael at niedermayer.cc
Thu Jan 31 18:06:29 EET 2019


On Thu, Jan 31, 2019 at 12:49:22PM -0300, James Almer wrote:
> On 1/31/2019 12:36 PM, Mateusz wrote:
> > Signed-off-by: Mateusz Brzostek <mateuszb at poczta.onet.pl>
> > ---
> >  libavcodec/rscc.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/libavcodec/rscc.c b/libavcodec/rscc.c
> > index e4b51973d8..7d4e842cd3 100644
> > --- a/libavcodec/rscc.c
> > +++ b/libavcodec/rscc.c
> > @@ -64,7 +64,7 @@ typedef struct RsccContext {
> >      /* zlib interaction */
> >      uint8_t *inflated_buf;
> >      uLongf inflated_size;
> > -    int valid_pixels
> > +    int valid_pixels;
> >  } RsccContext;
> >  
> >  static av_cold int rscc_init(AVCodecContext *avctx)
> > 
> 
> LGTM

will apply unless someone else is faster

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Those who are too smart to engage in politics are punished by being
governed by those who are dumber. -- Plato 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190131/8120e6ac/attachment.sig>


More information about the ffmpeg-devel mailing list