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
bintext: remove stray ;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer
13 years ago
parent
f61ee9b564
commit
e234301c2c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/bintext.c
+ 1
- 1
libavformat/bintext.c
View File
@@ -169,7 +169,7 @@ static int bintext_read_header(AVFormatContext *s)
avio_seek(pb, 0, SEEK_SET);
}
return 0;
}
;
}
#endif /* CONFIG_BINTEXT_DEMUXER */
#if CONFIG_XBIN_DEMUXER
Write
Preview
Loading…
Cancel
Save