comparison vaapi.h @ 9294:bf264662cd6b libavcodec

Remove inclusion of va.h, not needed anymore after r18256.
author gb
date Tue, 31 Mar 2009 09:18:00 +0000
parents f0732d44f655
children
comparison
equal deleted inserted replaced
9293:dc9005dec909 9294:bf264662cd6b
23 23
24 #ifndef AVCODEC_VAAPI_H 24 #ifndef AVCODEC_VAAPI_H
25 #define AVCODEC_VAAPI_H 25 #define AVCODEC_VAAPI_H
26 26
27 #include <stdint.h> 27 #include <stdint.h>
28 #include <va/va.h>
29 28
30 /** 29 /**
31 * \defgroup VAAPI_Decoding VA API Decoding 30 * \defgroup VAAPI_Decoding VA API Decoding
32 * \ingroup Decoder 31 * \ingroup Decoder
33 * @{ 32 * @{