From: Anton Khirnov Date: Mon, 27 Jul 2015 06:01:09 +0000 (+0200) Subject: qsvdec_mpeg2: drop an incorrect comment X-Git-Tag: android-x86-7.1-r1~252^2~2161 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=db21dde3f72c2331653399bdb8745350f015d847;p=android-x86%2Fexternal-ffmpeg.git qsvdec_mpeg2: drop an incorrect comment It got copypasted from the h264 decoder, but it does not apply to mpeg2. --- diff --git a/libavcodec/qsvdec_mpeg2.c b/libavcodec/qsvdec_mpeg2.c index 31bdf926a9..98318bd87a 100644 --- a/libavcodec/qsvdec_mpeg2.c +++ b/libavcodec/qsvdec_mpeg2.c @@ -114,7 +114,6 @@ static int qsv_decode_frame(AVCodecContext *avctx, void *data, /* process buffered data */ while (!*got_frame) { - /* prepare the input data -- convert to Annex B if needed */ if (s->input_ref.size <= 0) { /* no more data */ if (av_fifo_size(s->packet_fifo) < sizeof(AVPacket))