diff h264_parser.c @ 8610:2ca51be7dad8 libavcodec

Remove CODEC_ID_H264_VDPAU.
author cehoyos
date Sat, 17 Jan 2009 01:17:04 +0000
parents 7a463923ecd1
children e9d9d946f213
line wrap: on
line diff
--- a/h264_parser.c	Fri Jan 16 20:46:38 2009 +0000
+++ b/h264_parser.c	Sat Jan 17 01:17:04 2009 +0000
@@ -161,8 +161,7 @@
 
 
 AVCodecParser h264_parser = {
-    { CODEC_ID_H264,
-      CODEC_ID_H264_VDPAU },
+    { CODEC_ID_H264 },
     sizeof(H264Context),
     NULL,
     h264_parse,