tiertexseq: remove redundant string from log message

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-07-20 19:44:26 +00:00
parent fd58678b86
commit 85761efa95
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}