summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsub_parser.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-26 13:05:10 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-26 13:05:10 +0100
commita984efd104cc3f4ab7f7209fa1b1bab6a44720db (patch)
treea0d9d5e407432f97249232898b45585fee399fa1 /libavcodec/dvbsub_parser.c
parent9b1a0c2ee82f3b99584857db1ea662e2d08aca7f (diff)
parentc242bbd8b6939507a1a6fb64101b0553d92d303f (diff)
downloadffmpeg-a984efd104cc3f4ab7f7209fa1b1bab6a44720db.tar.gz
Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'
* commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f': Remove unnecessary dsputil.h #includes Conflicts: libavcodec/ffv1.c libavcodec/h261dec.c libavcodec/h261enc.c libavcodec/h264pred.c libavcodec/lpc.h libavcodec/mjpegdec.c libavcodec/rectangle.h libavcodec/x86/idct_sse2_xvid.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dvbsub_parser.c')
-rw-r--r--libavcodec/dvbsub_parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dvbsub_parser.c b/libavcodec/dvbsub_parser.c
index 5274fd65e7..d15c89150f 100644
--- a/libavcodec/dvbsub_parser.c
+++ b/libavcodec/dvbsub_parser.c
@@ -19,7 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avcodec.h"
-#include "dsputil.h"
#include "get_bits.h"
/* Parser (mostly) copied from dvdsub.c */