ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Sun Mar 29 12:19:24 2015 +0200| [a939e5b2527d0c4628815b1d3d8e29ee921227e8] | committer: Anton Khirnov
h264: remove a commented out nonsense line > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a939e5b2527d0c4628815b1d3d8e29ee921227e8 --- libavcodec/h264.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 8d5ce45..0b963e4 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -632,7 +632,6 @@ av_cold int ff_h264_decode_init(AVCodecContext *avctx) return ret; /* set defaults */ - // s->decode_mb = ff_h263_decode_mb; if (!avctx->has_b_frames) h->low_delay = 1; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog