mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 14:34:28 +08:00
remove useless #ifdef
Originally committed as revision 10983 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -2561,14 +2561,10 @@ void ff_put_vc1_mspel_mc00_c(uint8_t *dst, uint8_t *src, int stride, int rnd) {
|
|||||||
}
|
}
|
||||||
#endif /* CONFIG_VC1_DECODER||CONFIG_WMV3_DECODER */
|
#endif /* CONFIG_VC1_DECODER||CONFIG_WMV3_DECODER */
|
||||||
|
|
||||||
#if defined(CONFIG_WMV2_DECODER) || defined(CONFIG_VC1_DECODER) || defined(CONFIG_WMV3_DECODER)
|
|
||||||
void ff_intrax8dsp_init(DSPContext* c, AVCodecContext *avctx);
|
void ff_intrax8dsp_init(DSPContext* c, AVCodecContext *avctx);
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(CONFIG_H264_ENCODER)
|
|
||||||
/* H264 specific */
|
/* H264 specific */
|
||||||
void ff_h264dspenc_init(DSPContext* c, AVCodecContext *avctx);
|
void ff_h264dspenc_init(DSPContext* c, AVCodecContext *avctx);
|
||||||
#endif /* CONFIG_H264_ENCODER */
|
|
||||||
|
|
||||||
static void wmv2_mspel8_v_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int w){
|
static void wmv2_mspel8_v_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int w){
|
||||||
uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
|
uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
|
||||||
|
Reference in New Issue
Block a user