Browse Source

avcodec/mpegvideo_enc: remove rtp_mode=0 for H261

Suggested-by: Thomas Volkert <silvo@gmx.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.6
Michael Niedermayer 11 years ago
parent
commit
2df5b506ca
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavcodec/mpegvideo_enc.c

+ 0
- 3
libavcodec/mpegvideo_enc.c View File

@@ -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…
Cancel
Save