mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
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; \
|
||||
if (errcode <= 0) \
|
||||
return errcode ? errcode : AVERROR_INVALIDDATA; \
|
||||
} while(0);
|
||||
} while (0)
|
||||
|
||||
static int parse_immediate(struct sbg_parser *p)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user