Module: libav Branch: master Commit: a939e5b2527d0c4628815b1d3d8e29ee921227e8
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Sun Mar 29 12:19:24 2015 +0200 h264: remove a commented out nonsense line --- 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; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
