From 251cbb44003caf179fb17afbb8a6c56643c2a646 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 18 May 2016 09:16:35 +0200 Subject: h264: create a new header for common h264 definitions Move the NAL unit types into it. This will allow to stop including the whole decoder-specific h264dec.h in some code that is unrelated to the decoder and only needs some enum values. --- libavcodec/h264_parser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264_parser.c') diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index c474183366..9e36118ac0 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -36,6 +36,7 @@ #include "get_bits.h" #include "golomb.h" +#include "h264.h" #include "h264dec.h" #include "h264_sei.h" #include "h264data.h" -- cgit v1.2.3