[FFmpeg-cvslog] h264: remove a commented out nonsense line
Anton Khirnov
git at videolan.org
Sun Apr 5 22:25:22 CEST 2015
ffmpeg | branch: master | Anton Khirnov <anton at 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;
More information about the ffmpeg-cvslog
mailing list