[FFmpeg-devel] [PATCH]VDPAU patch for VC1 decoding, round 2
Carl Eugen Hoyos
cehoyos
Thu Jan 8 00:01:56 CET 2009
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.
Carl Eugen
More information about the ffmpeg-devel
mailing list