vaapi_h265: Include header for slice types

The include was changed correctly in 4abe3b049d
but then mistakenly changed back by c359d624d3
(it's not just the NAL unit types which are used).
This commit is contained in:
Mark Thompson 2016-10-16 23:55:24 +01:00
parent 6be7944ee2
commit f9bb356e0e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include "libavutil/pixfmt.h"
#include "avcodec.h"
#include "hevc.h"
#include "hevcdec.h"
#include "internal.h"
#include "put_bits.h"
#include "vaapi_encode.h"