Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-07-29 12:13:44 +0300
committerClément Bœsch <u@pkh.me>2016-07-29 12:13:44 +0300
commitecf65c30cf7545c72c0e27b32283fc9c55b03544 (patch)
treeedaed0920d675856ae7eb9fdf90a7ce5fc9d7d5c /libavcodec/h264_parse.c
parent15b26e88cb7c775e0e7a422ab6b088b5690f31ad (diff)
parent251cbb44003caf179fb17afbb8a6c56643c2a646 (diff)
Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'
* commit '251cbb44003caf179fb17afbb8a6c56643c2a646': h264: create a new header for common h264 definitions Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/h264_parse.c')
-rw-r--r--libavcodec/h264_parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_parse.c b/libavcodec/h264_parse.c
index 052298b289..5d1157ecbb 100644
--- a/libavcodec/h264_parse.c
+++ b/libavcodec/h264_parse.c
@@ -19,6 +19,7 @@
#include "bytestream.h"
#include "get_bits.h"
#include "golomb.h"
+#include "h264.h"
#include "h264dec.h"
#include "h264_parse.h"