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:
authorDiego Biurrun <diego@biurrun.de>2013-02-08 00:33:31 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-08 01:08:19 +0400
commit75d5156ac1526c732464d11329cd63a0258b1cae (patch)
treedb6156100b38e0fb968f79df8174165510cf7c4a /libavcodec/h264.c
parent6a4430407404bfe55581e66a86a496c9adf6fb44 (diff)
dsputil: Move ff_svq3 function declarations to a separate header
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index d52b932222..464c40338c 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -39,6 +39,7 @@
#include "golomb.h"
#include "mathops.h"
#include "rectangle.h"
+#include "svq3.h"
#include "thread.h"
#include "vdpau_internal.h"
#include "libavutil/avassert.h"