mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 05:31:04 +08:00
msmpeg4: Replace forward declaration by proper #include.
This commit is contained in:
@ -34,6 +34,7 @@
|
|||||||
#include "libavutil/x86_cpu.h"
|
#include "libavutil/x86_cpu.h"
|
||||||
#include "h263.h"
|
#include "h263.h"
|
||||||
#include "mpeg4video.h"
|
#include "mpeg4video.h"
|
||||||
|
#include "vc1data.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* You can also call this codec : MPEG4 with a twist !
|
* You can also call this codec : MPEG4 with a twist !
|
||||||
@ -59,9 +60,6 @@
|
|||||||
static uint32_t v2_dc_lum_table[512][2];
|
static uint32_t v2_dc_lum_table[512][2];
|
||||||
static uint32_t v2_dc_chroma_table[512][2];
|
static uint32_t v2_dc_chroma_table[512][2];
|
||||||
|
|
||||||
/* vc1 externs */
|
|
||||||
extern const uint8_t ff_wmv3_dc_scale_table[32];
|
|
||||||
|
|
||||||
#include "msmpeg4data.h"
|
#include "msmpeg4data.h"
|
||||||
|
|
||||||
#if CONFIG_ENCODERS //strangely gcc includes this even if it is not referenced
|
#if CONFIG_ENCODERS //strangely gcc includes this even if it is not referenced
|
||||||
|
Reference in New Issue
Block a user