From: van Date: Thu, 10 Apr 2008 07:31:54 +0000 (+0000) Subject: Fix brain fade in comments (it's been a long day). X-Git-Tag: 0.9.3~543 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d95320447fd8e61fae62acebf28a9fcbc74c969;p=handbrake Fix brain fade in comments (it's been a long day). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1401 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/sync.c b/libhb/sync.c index 9b2bcfd58..d943e62a3 100644 --- a/libhb/sync.c +++ b/libhb/sync.c @@ -515,9 +515,9 @@ static int SyncVideo( hb_work_object_t * w ) if ( job->mux & HB_MUX_AVI ) { /* - * The concept of variable bitrate video was a bit too advanced for - * Microsoft so AVI doesn't support it. Since almost all dvd - * video is VBR we have to convert it to constant bit rate to + * The concept of variable frame rate video was a bit too advanced + * for Microsoft so AVI doesn't support it. Since almost all dvd + * video is VFR we have to convert it to constant frame rate to * put it in an AVI container. So here we duplicate, drop and * otherwise trash video frames to appease the gods of Redmond. */