]> git.sesse.net Git - ffmpeg/commitdiff
qsvdec_mpeg2: drop an incorrect comment
authorAnton Khirnov <anton@khirnov.net>
Mon, 27 Jul 2015 06:01:09 +0000 (08:01 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 27 Jul 2015 16:09:30 +0000 (18:09 +0200)
It got copypasted from the h264 decoder, but it does not apply to mpeg2.

libavcodec/qsvdec_mpeg2.c

index 31bdf926a9228a5c1eff64fc0b4d71d4c75d3837..98318bd87a47d57de24b615a3a8f0d2cec81490a 100644 (file)
@@ -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))