mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at>

Originally committed as revision 254 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Arpi 2002-01-11 21:23:48 +00:00
parent 3587d501a3
commit 477c35a9f0
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@ int MPV_encode_init(AVCodecContext *avctx)
s->gop_size = avctx->gop_size;
s->rtp_mode = avctx->rtp_mode;
s->rtp_payload_size = avctx->rtp_payload_size;
s->avctx = avctx;
if (s->gop_size <= 1) {
s->intra_only = 1;