comparison vdpau.h @ 8534:b80cf351176e libavcodec

1l: Forgot to rename header guard.
author cehoyos
date Tue, 06 Jan 2009 10:13:25 +0000
parents 598a77fbc614
children 5800aecff5f8
comparison
equal deleted inserted replaced
8533:0533343a4002 8534:b80cf351176e
19 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #ifndef AVCODEC_VDPAU_RENDER_H 24 #ifndef AVCODEC_VDPAU_H
25 #define AVCODEC_VDPAU_RENDER_H 25 #define AVCODEC_VDPAU_H
26 26
27 /** 27 /**
28 * \defgroup Decoder VDPAU Decoder and Renderer 28 * \defgroup Decoder VDPAU Decoder and Renderer
29 * 29 *
30 * VDPAU hardware acceleration has two modules 30 * VDPAU hardware acceleration has two modules
79 VdpBitstreamBuffer *bitstreamBuffers; 79 VdpBitstreamBuffer *bitstreamBuffers;
80 }; 80 };
81 81
82 /* @}*/ 82 /* @}*/
83 83
84 #endif /* AVCODEC_VDPAU_RENDER_H */ 84 #endif /* AVCODEC_VDPAU_H */