mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge commit '848e86f74d'
* commit '848e86f74d':
mpegvideo: Drop flags and flags2
Conflicts:
libavcodec/mpeg12dec.c
libavcodec/mpeg12enc.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo_enc.c
libavcodec/mpegvideo_motion.c
libavcodec/ratecontrol.c
libavcodec/vc1_block.c
libavcodec/vc1_loopfilter.c
libavcodec/vc1_mc.c
libavcodec/vc1dec.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
d9b264bc73
24 changed files with 132 additions and 146 deletions
|
|
@ -69,7 +69,6 @@ static av_cold int encode_init(AVCodecContext *avctx)
|
|||
s->version=0;
|
||||
|
||||
s->m.avctx = avctx;
|
||||
s->m.flags = avctx->flags;
|
||||
s->m.bit_rate= avctx->bit_rate;
|
||||
|
||||
s->m.me.temp =
|
||||
|
|
@ -1655,7 +1654,6 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
|
|||
s->m.me_method= s->avctx->me_method;
|
||||
s->m.me.scene_change_score=0;
|
||||
s->m.me.dia_size = avctx->dia_size;
|
||||
s->m.flags= s->avctx->flags;
|
||||
s->m.quarter_sample= (s->avctx->flags & CODEC_FLAG_QPEL)!=0;
|
||||
s->m.out_format= FMT_H263;
|
||||
s->m.unrestricted_mv= 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue