diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-05-23 07:20:58 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-05-27 03:12:17 -0700 |
commit | 888dcd86755d37e55fd74166f6d38ad66d41db58 (patch) | |
tree | b4fa4d557f741396180774c397db4bf3c9115645 | |
parent | f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0 (diff) | |
download | ffmpeg-888dcd86755d37e55fd74166f6d38ad66d41db58.tar.gz |
h264_picture: Remove pointless dsputil.h #include
-rw-r--r-- | libavcodec/h264_picture.c | 1 |
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" |