Remove unused prototype
Originally committed as revision 10310 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ffb880c278
commit
ab41602755
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user