comparison vdpau.c @ 8829:92bd4156f0f1 libavcodec

Revert adding a _pixfmt to vdpau/xvmc header names. Since vdpau.h was an installed header this would break API.
author diego
date Sat, 14 Feb 2009 13:37:18 +0000
parents 36f2dabd58c9
children 2dc78db4de26
comparison
equal deleted inserted replaced
8828:1801845a7e57 8829:92bd4156f0f1
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_pixfmt.h" 32 #include "vdpau.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 *