[FFmpeg-cvslog] vaapi_h265: Include header for slice types

Mark Thompson git at videolan.org
Thu Mar 23 23:11:21 EET 2017


ffmpeg | branch: master | Mark Thompson <sw at jkqxz.net> | Sun Oct 16 23:55:24 2016 +0100| [f9bb356e0eb38ab4df32df8276b71a0b2626538f] | committer: Mark Thompson

vaapi_h265: Include header for slice types

The include was changed correctly in 4abe3b049d987420eb891f74a35af2cebbf52144
but then mistakenly changed back by c359d624d3efc3fd1d83210d78c4152bd329b765
(it's not just the NAL unit types which are used).

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f9bb356e0eb38ab4df32df8276b71a0b2626538f
---

 libavcodec/vaapi_encode_h265.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/vaapi_encode_h265.c b/libavcodec/vaapi_encode_h265.c
index 776c228..ed36ef4 100644
--- a/libavcodec/vaapi_encode_h265.c
+++ b/libavcodec/vaapi_encode_h265.c
@@ -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"



More information about the ffmpeg-cvslog mailing list