mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavc/roqvideodec: fix error message
Remove redundant reference to codec name, it is already mentioned in the log header.
This commit is contained in:
parent
b1fee1be61
commit
efa3d5af1e
@ -192,7 +192,7 @@ static int roq_decode_frame(AVCodecContext *avctx,
|
|||||||
|
|
||||||
s->current_frame->reference = 3;
|
s->current_frame->reference = 3;
|
||||||
if ((ret = avctx->reget_buffer(avctx, s->current_frame)) < 0) {
|
if ((ret = avctx->reget_buffer(avctx, s->current_frame)) < 0) {
|
||||||
av_log(avctx, AV_LOG_ERROR, " RoQ: get_buffer() failed\n");
|
av_log(avctx, AV_LOG_ERROR, "reget_buffer() failed\n");
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user