Commit 653ef882 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt Committed by James Almer

avformat/wtvdec: Cosmetics

Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: 's avatarPeter Ross <pross@xvid.org>
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 373c1c9b
......@@ -290,7 +290,7 @@ static AVIOContext * wtvfile_open2(AVFormatContext *s, const uint8_t *buf, int b
buf += dir_length;
}
return 0;
return NULL;
}
#define wtvfile_open(s, buf, buf_size, filename) \
......
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