Changes of Revision 2
[-] [+] | Changed | ffmpeg-compat.spec |
[-] [+] | Added | ffmpeg-x264.patch ^ |
@@ -0,0 +1,11 @@ +--- ffmpeg-compat/ffmpeg/libavcodec/libx264.c 2008-08-29 21:38:06.000000000 +0200 ++++ ffmpeg/ffmpeg/libavcodec/libx264.c 2008-10-13 21:42:31.000000000 +0200 +@@ -162,7 +164,7 @@ + + x4->params.i_bframe = avctx->max_b_frames; + x4->params.b_cabac = avctx->coder_type == FF_CODER_TYPE_AC; +- x4->params.b_bframe_adaptive = avctx->b_frame_strategy; ++ x4->params.i_bframe_adaptive = avctx->b_frame_strategy; + x4->params.i_bframe_bias = avctx->bframebias; + x4->params.b_bframe_pyramid = avctx->flags2 & CODEC_FLAG2_BPYRAMID; + avctx->has_b_frames= avctx->flags2 & CODEC_FLAG2_BPYRAMID ? 2 : !!avctx->max_b_frames; |