dxva2: Add missing #includes

This commit is contained in:
Diego Biurrun 2014-01-21 14:42:23 +01:00
parent 9d80b1ae95
commit 766df7ca89
1 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,14 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <assert.h>
#include <string.h>
#include "libavutil/log.h"
#include "libavutil/time.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "dxva2_internal.h"
void *ff_dxva2_get_surface(const Picture *picture)