mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 20:16:42 +08:00
Add VDPAU hardware accelerated decoding for H264 which can be used by
video players. Original patch by NVIDIA corporation. Originally committed as revision 16431 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
bc1d2afb37
commit
369122dd77
@@ -161,7 +161,8 @@ static void close(AVCodecParserContext *s)
|
||||
|
||||
|
||||
AVCodecParser h264_parser = {
|
||||
{ CODEC_ID_H264 },
|
||||
{ CODEC_ID_H264,
|
||||
CODEC_ID_H264_VDPAU },
|
||||
sizeof(H264Context),
|
||||
NULL,
|
||||
h264_parse,
|
||||
|
||||
Reference in New Issue
Block a user