mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/mpegvideo_enc: remove rtp_mode=0 for H261
Suggested-by: Thomas Volkert <silvo@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a4d62f7775
commit
2df5b506ca
|
@ -2852,9 +2852,6 @@ static int encode_thread(AVCodecContext *c, void *arg){
|
|||
if(s->start_mb_y == mb_y && mb_y > 0 && mb_x==0) is_gob_start=1;
|
||||
|
||||
switch(s->codec_id){
|
||||
case AV_CODEC_ID_H261:
|
||||
is_gob_start=0;//FIXME
|
||||
break;
|
||||
case AV_CODEC_ID_H263:
|
||||
case AV_CODEC_ID_H263P:
|
||||
if(!s->h263_slice_structured)
|
||||
|
|
Loading…
Reference in New Issue