avformat/sbgdec: remove double ;;
This commit is contained in:
parent
fa6c9e54df
commit
14f3e8b821
@ -317,7 +317,7 @@ static int lex_time(struct sbg_parser *p, int64_t *rt)
|
|||||||
int errcode = c; \
|
int errcode = c; \
|
||||||
if (errcode <= 0) \
|
if (errcode <= 0) \
|
||||||
return errcode ? errcode : AVERROR_INVALIDDATA; \
|
return errcode ? errcode : AVERROR_INVALIDDATA; \
|
||||||
} while(0);
|
} while (0)
|
||||||
|
|
||||||
static int parse_immediate(struct sbg_parser *p)
|
static int parse_immediate(struct sbg_parser *p)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user