You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/ogmtools/files/ogmtools-1.5-summary_length...

13 lines
489 B

diff -ur ogmtools-1.5.orig/ogminfo.c ogmtools-1.5/ogminfo.c
--- ogmtools-1.5.orig/ogminfo.c 2003-11-21 00:21:36.000000000 +0200
+++ ogmtools-1.5/ogminfo.c 2009-05-12 12:41:58.000000000 +0300
@@ -513,7 +513,7 @@
stream->serial, stream->size,
(stream->size * 8.0 / 1000.0) / now,
(stream->size / 1024.0) / now,
- stream->num_packets, now * 1000.0);
+ stream->num_packets, now);
stream = stream->next;
}
}