Commit 85761efa authored by Paul B Mahol's avatar Paul B Mahol

tiertexseq: remove redundant string from log message

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent fd58678b
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment