Remove CODEC_ID_H264_VDPAU.

Originally committed as revision 16649 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Carl Eugen Hoyos
2009-01-17 01:17:04 +00:00
parent 784712343c
commit 0d3d172f32
3 changed files with 7 additions and 11 deletions

View File

@ -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,