Skip to content
Snippets Groups Projects
Commit 922332e6 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

nuv: remove unused variable

parent 7980cca0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment