|
|
|
@@ -234,7 +234,7 @@ static int seqvideo_decode_frame(AVCodecContext *avctx, |
|
|
|
seq->frame.reference = 3; |
|
|
|
seq->frame.buffer_hints = FF_BUFFER_HINTS_VALID | FF_BUFFER_HINTS_PRESERVE | FF_BUFFER_HINTS_REUSABLE; |
|
|
|
if (avctx->reget_buffer(avctx, &seq->frame)) { |
|
|
|
av_log(seq->avctx, AV_LOG_ERROR, "tiertexseqvideo: reget_buffer() failed\n"); |
|
|
|
av_log(seq->avctx, AV_LOG_ERROR, "reget_buffer() failed\n"); |
|
|
|
return -1; |
|
|
|
} |
|
|
|
|
|
|
|
|