mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
qsvdec_mpeg2: drop an incorrect comment
It got copypasted from the h264 decoder, but it does not apply to mpeg2.
This commit is contained in:
parent
abdc7e403e
commit
db21dde3f7
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user