mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at>
authorArpi <arpi@thot.banki.hu>
Fri, 11 Jan 2002 21:23:48 +0000 (21:23 +0000)
committerArpi <arpi@thot.banki.hu>
Fri, 11 Jan 2002 21:23:48 +0000 (21:23 +0000)
Originally committed as revision 254 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo.c

index 544d83c..e6fdc68 100644 (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;