summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-03-22 15:22:43 +0100
committerAnton Khirnov <anton@khirnov.net>2016-03-28 09:50:25 +0200
commit9b30f8dd8fa5bef5f16904cb98745b4a58f8f776 (patch)
tree5323dac289ce217310b961c09eda97c014872f4a /libavcodec/h264.c
parente42ca48a8bddc637a4013ab253598973f07e1a5c (diff)
h264: remove the svq3-specific code
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 5332203436..49b3f93842 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -46,7 +46,6 @@
#include "mpegutils.h"
#include "profiles.h"
#include "rectangle.h"
-#include "svq3.h"
#include "thread.h"
#include <assert.h>