From 150c896a9e46b23b97debb0a5f66fbaeaa32f153 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 12 Oct 2016 10:21:35 +0200 Subject: hevcdec: split ff_hevc_diag_scan* declarations into a separate header This will be useful in the following commits. --- libavcodec/hevc_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/hevc_data.c') diff --git a/libavcodec/hevc_data.c b/libavcodec/hevc_data.c index 7976c34156..ff9548fc6b 100644 --- a/libavcodec/hevc_data.c +++ b/libavcodec/hevc_data.c @@ -20,7 +20,7 @@ #include -#include "hevcdec.h" +#include "hevc_data.h" const uint8_t ff_hevc_diag_scan4x4_x[16] = { 0, 0, 1, 0, -- cgit v1.2.3