[FFmpeg-cvslog] r16431 - in trunk: configure libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/h264.c libavcodec/h264_parser.c libavcodec/imgconvert.c libavcodec/mpegvideo.c libavcodec/vdp...

Diego Biurrun diego
Thu Jan 8 00:01:04 CET 2009


On Wed, Jan 07, 2009 at 10:48:14PM +0000, Carl Eugen Hoyos wrote:
> Diego Biurrun <diego <at> biurrun.de> writes:
> 
> > > +    /** Describe size/location of the compressed video data */
> > > +    int bitstreamBuffersAlloced;
> > > +    int bitstreamBuffersUsed;
> > > +    VdpBitstreamBuffer *bitstreamBuffers;
> > 
> > This still uses ugly camel-cased variable names.
> 
> Have you got any suggestions?

Why not separate words by underscores like everywhere else?

Diego




More information about the ffmpeg-cvslog mailing list