tiertexseq: remove redundant string from log message
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
fd58678b86
commit
85761efa95
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user