comparison vaapi.h @ 9289:238dd89b7ac3 libavcodec

Add required va/va.h header, should fix 'make checkheaders'.
author diego
date Mon, 30 Mar 2009 15:36:59 +0000
parents 85c7a028316d
children f0732d44f655
comparison
equal deleted inserted replaced
9288:37313693196a 9289:238dd89b7ac3
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>
28 29
29 /** 30 /**
30 * \defgroup VAAPI_Decoding VA API Decoding 31 * \defgroup VAAPI_Decoding VA API Decoding
31 * \ingroup Decoder 32 * \ingroup Decoder
32 * @{ 33 * @{