Commit 922332e6 authored by Michael Niedermayer's avatar Michael Niedermayer

nuv: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7980cca0
...@@ -215,7 +215,6 @@ retry: ...@@ -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;
......
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