Remove unused prototype

Originally committed as revision 10310 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
David Conrad 18 years ago
parent ffb880c278
commit ab41602755
  1. 2
      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?

Loading…
Cancel
Save