summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-12 01:00:46 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-12 01:00:46 +0000
commit8df3bf60cf6d92a72603e091930c3e103c0c1964 (patch)
treec4a6952ff17dca4134f512c29de423adee554e01 /libavcodec/vdpau.c
parent8c7f82068684794876367ca8ff06d02427921922 (diff)
Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as
suggested by Michael, the new names better describe the contents of the files. Originally committed as revision 17168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vdpau.c')
-rw-r--r--libavcodec/vdpau.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vdpau.c b/libavcodec/vdpau.c
index 8eb806a1a0..fe583f765f 100644
--- a/libavcodec/vdpau.c
+++ b/libavcodec/vdpau.c
@@ -29,7 +29,7 @@
#undef NDEBUG
#include <assert.h>
-#include "vdpau.h"
+#include "vdpau_pixfmt.h"
#include "vdpau_internal.h"
/**