avformat/sbgdec: remove double ;;

This commit is contained in:
Clément Bœsch 2015-01-18 00:36:56 +01:00
parent fa6c9e54df
commit 14f3e8b821

View File

@ -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)
{