]> granicus.if.org Git - handbrake/commitdiff
Fix brain fade in comments (it's been a long day).
authorvan <vanj.hb@gmail.com>
Thu, 10 Apr 2008 07:31:54 +0000 (07:31 +0000)
committervan <vanj.hb@gmail.com>
Thu, 10 Apr 2008 07:31:54 +0000 (07:31 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1401 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/sync.c

index 9b2bcfd58d93239437eae9a8267101327b0856f2..d943e62a33eb0b77db30cfb98260837f2a5bd6a3 100644 (file)
@@ -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.
              */