1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-20 03:04:12 +02:00

Merge commit 'f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0'

* commit 'f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0':
  on2avc: Remove pointless dsputil.h #include

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-05-27 22:29:07 +02:00
commit d84286b1ea

View File

@ -24,7 +24,6 @@
#include "libavutil/float_dsp.h"
#include "avcodec.h"
#include "bytestream.h"
#include "dsputil.h"
#include "fft.h"
#include "get_bits.h"
#include "golomb.h"