mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-16 09:58:19 +00:00
mpegvideo: remove unnecessary inclusions of faandct.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
be51e589cd
commit
87cf481aa8
@ -36,7 +36,6 @@
|
||||
#include "mpegvideo_common.h"
|
||||
#include "mjpegenc.h"
|
||||
#include "msmpeg4.h"
|
||||
#include "faandct.h"
|
||||
#include "xvmc_internal.h"
|
||||
#include "thread.h"
|
||||
#include <limits.h>
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "mpegvideo.h"
|
||||
#include "mjpegenc.h"
|
||||
#include "msmpeg4.h"
|
||||
#include "faandct.h"
|
||||
#include <limits.h>
|
||||
|
||||
int ff_dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
|
||||
|
Loading…
x
Reference in New Issue
Block a user