diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-07-27 08:01:09 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-07-27 18:09:30 +0200 |
commit | db21dde3f72c2331653399bdb8745350f015d847 (patch) | |
tree | dd000dbe0f24870297b6507f0b66cb00be67fcc5 /libavcodec | |
parent | abdc7e403e003e97a0dcc4499ac319bf854aeead (diff) | |
download | ffmpeg-db21dde3f72c2331653399bdb8745350f015d847.tar.gz |
qsvdec_mpeg2: drop an incorrect comment
It got copypasted from the h264 decoder, but it does not apply to mpeg2.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/qsvdec_mpeg2.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |