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:
authorJames Almer <jamrial@gmail.com>2016-08-01 18:58:09 +0300
committerJames Almer <jamrial@gmail.com>2016-08-01 18:58:09 +0300
commit8c7932884d09bc580036640453fd6b7ad4dd77b4 (patch)
treeb88fefc3f633d5fc4f8064ff9aa438e03ce32b3b /libavcodec/vaapi_h264.c
parent77b0f3f26d33d4f46f274896e0583ad1f5936b7c (diff)
parentf638b67e5790735f34620bf82025c9b9d6fc7216 (diff)
Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'
* commit 'f638b67e5790735f34620bf82025c9b9d6fc7216': h264: move the parameter set definitions to a new header file Conflicts: libavcodec/h264_parse.h libavcodec/h264_ps.c libavcodec/h264dec.h Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/vaapi_h264.c')
-rw-r--r--libavcodec/vaapi_h264.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vaapi_h264.c b/libavcodec/vaapi_h264.c
index d7aba2dd01..bc12d77d6d 100644
--- a/libavcodec/vaapi_h264.c
+++ b/libavcodec/vaapi_h264.c
@@ -22,6 +22,7 @@
#include "vaapi_internal.h"
#include "h264dec.h"
+#include "h264_ps.h"
#include "mpegutils.h"
/**