projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f61ee9b
)
bintext: remove stray ;
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 31 Aug 2012 13:20:57 +0000
(15:20 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 31 Aug 2012 13:20:57 +0000
(15:20 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/bintext.c
patch
|
blob
|
history
diff --git
a/libavformat/bintext.c
b/libavformat/bintext.c
index
5ad30b3
..
f6953e9
100644
(file)
--- a/
libavformat/bintext.c
+++ b/
libavformat/bintext.c
@@
-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