changeset 2441:c3ae0caeb9bf libavformat

Remove unused prototype
author conrad
date Wed, 05 Sep 2007 00:23:07 +0000
parents 69e2592531b6
children 806e9837fea4
files matroskaenc.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/matroskaenc.c	Wed Sep 05 00:23:06 2007 +0000
+++ b/matroskaenc.c	Wed Sep 05 00:23:07 2007 +0000
@@ -69,8 +69,6 @@
         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?