diff options
Diffstat (limited to 'libavcodec/vdpau_h264.c')
-rw-r--r-- | libavcodec/vdpau_h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vdpau_h264.c b/libavcodec/vdpau_h264.c index 5ae34490b5..15f50f07c3 100644 --- a/libavcodec/vdpau_h264.c +++ b/libavcodec/vdpau_h264.c @@ -25,7 +25,7 @@ #include "avcodec.h" #include "internal.h" -#include "h264.h" +#include "h264dec.h" #include "mpegutils.h" #include "vdpau.h" #include "vdpau_internal.h" |