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:
authorAnton Khirnov <anton@khirnov.net>2016-05-18 10:40:33 +0300
committerAnton Khirnov <anton@khirnov.net>2016-06-21 12:13:29 +0300
commitf638b67e5790735f34620bf82025c9b9d6fc7216 (patch)
treead69a1e8304a70e74bc6d57f83cd8c28d7cdae77 /libavcodec/vdpau_h264.c
parent4e2f6212483ae1b2a4043cddf0a1cb001b476abc (diff)
h264: move the parameter set definitions to a new header file
The PS parsing code is independent from the decoder, so it makes more sense for it to have its own separate header.
Diffstat (limited to 'libavcodec/vdpau_h264.c')
-rw-r--r--libavcodec/vdpau_h264.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vdpau_h264.c b/libavcodec/vdpau_h264.c
index 34dc630efc..3e13b76160 100644
--- a/libavcodec/vdpau_h264.c
+++ b/libavcodec/vdpau_h264.c
@@ -26,6 +26,7 @@
#include "avcodec.h"
#include "internal.h"
#include "h264dec.h"
+#include "h264_ps.h"
#include "mpegutils.h"
#include "vdpau.h"
#include "vdpau_internal.h"