comparison vdpau.c @ 8808:36f2dabd58c9 libavcodec

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.
author diego
date Thu, 12 Feb 2009 01:00:46 +0000
parents cb4441bed13a
children 92bd4156f0f1
comparison
equal deleted inserted replaced
8807:fa99e152760b 8808:36f2dabd58c9
27 #include "vc1.h" 27 #include "vc1.h"
28 28
29 #undef NDEBUG 29 #undef NDEBUG
30 #include <assert.h> 30 #include <assert.h>
31 31
32 #include "vdpau.h" 32 #include "vdpau_pixfmt.h"
33 #include "vdpau_internal.h" 33 #include "vdpau_internal.h"
34 34
35 /** 35 /**
36 * \addtogroup VDPAU_Decoding 36 * \addtogroup VDPAU_Decoding
37 * 37 *