[FFmpeg-cvslog] r10310 - trunk/libavformat/matroskaenc.c
conrad
subversion
Wed Sep 5 02:23:07 CEST 2007
Author: conrad
Date: Wed Sep 5 02:23:07 2007
New Revision: 10310
Log:
Remove unused prototype
Modified:
trunk/libavformat/matroskaenc.c
Modified: trunk/libavformat/matroskaenc.c
==============================================================================
--- trunk/libavformat/matroskaenc.c (original)
+++ trunk/libavformat/matroskaenc.c Wed Sep 5 02:23:07 2007
@@ -69,8 +69,6 @@ static void put_ebml_uint(ByteIOContext
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?
More information about the ffmpeg-cvslog
mailing list