OSDN Git Service

h264: remove a commented out nonsense line
authorAnton Khirnov <anton@khirnov.net>
Sun, 29 Mar 2015 10:19:24 +0000 (12:19 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 5 Apr 2015 10:03:02 +0000 (12:03 +0200)
libavcodec/h264.c

index 8d5ce45..0b963e4 100644 (file)
@@ -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;