mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-01 22:49:21 +00:00
nuv: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7980cca05c
commit
922332e60d
@ -215,7 +215,6 @@ retry:
|
|||||||
}
|
}
|
||||||
if (c->codec_frameheader) {
|
if (c->codec_frameheader) {
|
||||||
int w, h, q;
|
int w, h, q;
|
||||||
int res;
|
|
||||||
if (buf_size < RTJPEG_HEADER_SIZE) {
|
if (buf_size < RTJPEG_HEADER_SIZE) {
|
||||||
av_log(avctx, AV_LOG_ERROR, "Too small NUV video frame\n");
|
av_log(avctx, AV_LOG_ERROR, "Too small NUV video frame\n");
|
||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
|
Loading…
Reference in New Issue
Block a user