summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-14 13:37:18 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-14 13:37:18 +0000
commitfd949a63538ac2f9fddd239154cc9b0fd2287b79 (patch)
treeb79c18c1c668e86787f0776522fd3b1a4ae37b39 /libavcodec/vdpau.c
parentdb68113d5e04b6ab5a25ad988beef74accbc3136 (diff)
Revert adding a _pixfmt to vdpau/xvmc header names.
Since vdpau.h was an installed header this would break API. Originally committed as revision 17225 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 fe583f765f..8eb806a1a0 100644
--- a/libavcodec/vdpau.c
+++ b/libavcodec/vdpau.c
@@ -29,7 +29,7 @@
#undef NDEBUG
#include <assert.h>
-#include "vdpau_pixfmt.h"
+#include "vdpau.h"
#include "vdpau_internal.h"
/**