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>2014-05-23 18:20:58 +0400
committerDiego Biurrun <diego@biurrun.de>2014-05-27 14:12:17 +0400
commit888dcd86755d37e55fd74166f6d38ad66d41db58 (patch)
treeb4fa4d557f741396180774c397db4bf3c9115645 /libavcodec/h264_picture.c
parentf1df0a4c08b54e722e7a2c797d0d31c7f2c531d0 (diff)
h264_picture: Remove pointless dsputil.h #include
Diffstat (limited to 'libavcodec/h264_picture.c')
-rw-r--r--libavcodec/h264_picture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264_picture.c b/libavcodec/h264_picture.c
index d7e6ce5e8d..b35cc52033 100644
--- a/libavcodec/h264_picture.c
+++ b/libavcodec/h264_picture.c
@@ -31,7 +31,6 @@
#include "internal.h"
#include "cabac.h"
#include "cabac_functions.h"
-#include "dsputil.h"
#include "error_resilience.h"
#include "avcodec.h"
#include "h264.h"