diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-03-22 15:22:43 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-28 09:50:25 +0200 |
commit | 9b30f8dd8fa5bef5f16904cb98745b4a58f8f776 (patch) | |
tree | 5323dac289ce217310b961c09eda97c014872f4a /libavcodec/h264.c | |
parent | e42ca48a8bddc637a4013ab253598973f07e1a5c (diff) | |
download | ffmpeg-9b30f8dd8fa5bef5f16904cb98745b4a58f8f776.tar.gz |
h264: remove the svq3-specific code
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 1 |
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> |