[FFmpeg-devel] [PATCH]Postpone vdpau removal
Philip Langdale
philipl at overt.org
Wed Aug 19 21:57:12 CEST 2015
On 2015-08-19 12:15, Andreas Cadhalpun wrote:
> On 19.08.2015 21:10, Philip Langdale wrote:
>> I'll need to take a look at it, which I can do later this week.
>
> OK, thanks.
>
>> There's definitely code left that references the old api that can be
>> removed.
>> But removing it may not be trivial if it's sufficiently tangled up, as
>> this might be.
>
> I see.
In this particular case, vdpau_render_state has continued to be used but
the only field
used is the surface ID. So it should simply be replaced by an array of
surface IDs.
Similarly the vdpau_render_state entry in vdpau_frame_data should be
directly replaced
by a surface ID.
This is something I can do over the weekend if someone else doesn't get
to it first.
--phil
More information about the ffmpeg-devel
mailing list