Commit 57518155 authored by Michael Niedermayer's avatar Michael Niedermayer

export low_delay for encoding too

Originally committed as revision 3170 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 42feef6b
......@@ -1156,6 +1156,8 @@ int MPV_encode_init(AVCodecContext *avctx)
default:
return -1;
}
avctx->has_b_frames= !s->low_delay;
s->encoding = 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