[FFmpeg-devel] [PATCH]VDPAU patch for VC1 decoding, round 2

Diego Biurrun diego
Thu Jan 8 00:03:45 CET 2009


On Wed, Jan 07, 2009 at 11:01:56PM +0000, Carl Eugen Hoyos wrote:
> Diego Biurrun <diego <at> biurrun.de> writes:
> 
> > >  void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf,
> > >                                    int buf_size);
> > >  void ff_VDPAU_h264_picture_complete(H264Context *h);
> > >  
> > > +void ff_VDPAU_vc1_decode_picture(MpegEncContext *s, const uint8_t *buf,
> > > +                                 int buf_size);
> > 
> > Is there any reason for uppercase vdpau in those function names?
> 
> Only consistency with the two existing functions.

Well, we control the naming of all of them...

Diego




More information about the ffmpeg-devel mailing list