From 2454b72c93c29ab67e14713e81d91e3dee79fa2e Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Thu, 23 Aug 2012 14:35:44 -0400 Subject: Comments and cleanup. ALso updated ffmpeg + ffprobe --- MediaBrowser.Common/Serialization/JsvSerializer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Common/Serialization/JsvSerializer.cs') diff --git a/MediaBrowser.Common/Serialization/JsvSerializer.cs b/MediaBrowser.Common/Serialization/JsvSerializer.cs index d2a12e059..24c4b074e 100644 --- a/MediaBrowser.Common/Serialization/JsvSerializer.cs +++ b/MediaBrowser.Common/Serialization/JsvSerializer.cs @@ -4,7 +4,7 @@ namespace MediaBrowser.Common.Serialization { /// /// This adds support for ServiceStack's proprietary JSV output format. - /// It's based on Json but the serializer performs faster and output runs about 10% smaller + /// It's a hybrid of Json and Csv but the serializer performs about 25% faster and output runs about 10% smaller /// http://www.servicestack.net/benchmarks/NorthwindDatabaseRowsSerialization.100000-times.2010-08-17.html /// public static class JsvSerializer -- cgit v1.2.3