[FFmpeg-devel] [PATCH 1/3] avcodec/huffyuv: add a field that represents the number of symbols

Michael Niedermayer michaelni at gmx.at
Thu Jan 16 16:42:43 CET 2014


On Sun, Jan 12, 2014 at 05:45:46PM -0800, Timothy Gu wrote:
> On Jan 12, 2014 4:22 PM, "Michael Niedermayer" <michaelni at gmx.at> wrote:
> >
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > ---
> >  libavcodec/huffyuv.h    |    1 +
> >  libavcodec/huffyuvdec.c |    2 ++
> >  libavcodec/huffyuvenc.c |    1 +
> >  3 files changed, 4 insertions(+)
> >
> > diff --git a/libavcodec/huffyuv.h b/libavcodec/huffyuv.h
> > index b75cc89..0bd9f91 100644
> > --- a/libavcodec/huffyuv.h
> > +++ b/libavcodec/huffyuv.h
> > @@ -68,6 +68,7 @@ typedef struct HYuvContext {
> >      int yuy2;                               //use yuy2 instead of 422P
> >      int bgr32;                              //use bgr32 instead of bgr24
> >      int bps;
> > +    int n;
> >      int alpha;
> >      int chroma;
> >      int yuv;
> 
> Maybe add a comment on what it means as "n" is a fairly self-undescriptive
> name.

fixed and applied

thx

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

The educated differ from the uneducated as much as the living from the
dead. -- Aristotle 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140116/cad43c35/attachment.asc>


More information about the ffmpeg-devel mailing list