mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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