You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
wmv2enc: drop setting of idct_algo
This should have become redundant Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -55,10 +55,6 @@ static int encode_ext_header(Wmv2Context *w){
|
|||||||
static av_cold int wmv2_encode_init(AVCodecContext *avctx){
|
static av_cold int wmv2_encode_init(AVCodecContext *avctx){
|
||||||
Wmv2Context * const w= avctx->priv_data;
|
Wmv2Context * const w= avctx->priv_data;
|
||||||
|
|
||||||
if(avctx->idct_algo==FF_IDCT_AUTO){
|
|
||||||
avctx->idct_algo=FF_IDCT_WMV2;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(ff_MPV_encode_init(avctx) < 0)
|
if(ff_MPV_encode_init(avctx) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user