Commit 0b7da9bb authored by arpi_esp's avatar arpi_esp

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@254 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4a6a618d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment