Skip to content
Snippets Groups Projects
Commit ce083282 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Anton Khirnov
Browse files

vdpau: common support for managing the VdpDecoder in avcodec


Using the not so new init and uninit callbacks, avcodec can now take
care of creating and destroying the VDPAU decoder instance.

The application is still responsible for creating the VDPAU device
and allocating video surfaces - this is necessary to keep video
surfaces on the GPU all the way to the output. But the application
will no longer needs to care about any codec-specific aspects.

Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
parent fcc10226
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment