Commit 98a5f0f7 authored by bcoudurier's avatar bcoudurier

x264 interlaced encoding option

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13656 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b47bf7ea
......@@ -260,6 +260,8 @@ X264_init(AVCodecContext *avctx)
x4->params.i_threads = avctx->thread_count;
x4->params.b_interlaced = avctx->flags & CODEC_FLAG_INTERLACED_DCT;
if(avctx->flags & CODEC_FLAG_GLOBAL_HEADER){
x4->params.b_repeat_headers = 0;
}
......
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