> -----Ursprüngliche Nachricht----- > Von: ffmpeg-devel [mailto:[email protected]] Im Auftrag > von Hendrik Leppkes > Gesendet: Donnerstag, 10. Dezember 2015 10:19 > An: FFmpeg development discussions and patches > Betreff: Re: [FFmpeg-devel] [PATCH] QSV : making three qsv routines > public > > On Thu, Dec 10, 2015 at 10:16 AM, Sven Dueking <[email protected]> wrote: > > This patch expose 3 QSV functions as public. > > This is needed because the VPP needs access to these functions too. > > > > Please review. > > > > public API is not allowed to use config.h, it needs to be config and OS > agnostic. > > - Hendrik
Updated patch attached, I removed the config.h related stuff and use a void pointer instead. (should be ok since VADisplay is a void * pointer) Please review. Thanks, Sven > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
0001-make-some-internal-QSV-routines-public.patch
Description: Binary data
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
