mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02: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) {
|
||||
int w, h, q;
|
||||
int res;
|
||||
if (buf_size < RTJPEG_HEADER_SIZE) {
|
||||
av_log(avctx, AV_LOG_ERROR, "Too small NUV video frame\n");
|
||||
return AVERROR_INVALIDDATA;
|
||||
|
Loading…
Reference in New Issue
Block a user