diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-12 01:00:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-12 01:00:46 +0000 |
commit | 8df3bf60cf6d92a72603e091930c3e103c0c1964 (patch) | |
tree | c4a6952ff17dca4134f512c29de423adee554e01 /libavcodec/vdpau.c | |
parent | 8c7f82068684794876367ca8ff06d02427921922 (diff) | |
download | ffmpeg-8df3bf60cf6d92a72603e091930c3e103c0c1964.tar.gz |
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.c | 2 |
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" /** |