Commit e5501937 authored by diego's avatar diego

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17168 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 96090880
......@@ -29,7 +29,7 @@
#undef NDEBUG
#include <assert.h>
#include "vdpau.h"
#include "vdpau_pixfmt.h"
#include "vdpau_internal.h"
/**
......
......@@ -29,11 +29,11 @@
#undef NDEBUG
#include <assert.h>
//X11 includes are in xvmc_render.h
//X11 includes are in xvmc_pixfmt.h
//by replacing it with non-X one
//XvMC emulation could be performed
#include "xvmc_render.h"
#include "xvmc_pixfmt.h"
//#include "xvmc_debug.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment