mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
Remove CODEC_ID_H264_VDPAU.
Originally committed as revision 16649 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -161,8 +161,7 @@ static void close(AVCodecParserContext *s)
|
||||
|
||||
|
||||
AVCodecParser h264_parser = {
|
||||
{ CODEC_ID_H264,
|
||||
CODEC_ID_H264_VDPAU },
|
||||
{ CODEC_ID_H264 },
|
||||
sizeof(H264Context),
|
||||
NULL,
|
||||
h264_parse,
|
||||
|
Reference in New Issue
Block a user