projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffb880c
)
Remove unused prototype
author
David Conrad
<lessen42@gmail.com>
Wed, 5 Sep 2007 00:23:07 +0000
(
00:23
+0000)
committer
David Conrad
<lessen42@gmail.com>
Wed, 5 Sep 2007 00:23:07 +0000
(
00:23
+0000)
Originally committed as revision 10310 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroskaenc.c
patch
|
blob
|
history
diff --git
a/libavformat/matroskaenc.c
b/libavformat/matroskaenc.c
index
41b9d6b
..
7fd0fb9
100644
(file)
--- a/
libavformat/matroskaenc.c
+++ b/
libavformat/matroskaenc.c
@@
-69,8
+69,6
@@
static void put_ebml_uint(ByteIOContext *pb, unsigned int elementid, uint64_t va
put_byte(pb, val >> bytes*8);
}
-//static void put_ebml_sint(ByteIOContext *pb, unsigned int elementid, int64_t val)
-
static void put_ebml_float(ByteIOContext *pb, unsigned int elementid, double val)
{
// XXX: single-precision floats?