This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avformat/sbgdec: remove double ;;
tags/n2.6
Clément Bœsch
10 years ago
parent
fa6c9e54df
commit
14f3e8b821
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/sbgdec.c
+ 1
- 1
libavformat/sbgdec.c
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)
{
Write
Preview
Loading…
Cancel
Save