summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rw-r--r--libhb/sync.c6
1 files changed, 3 insertions, 3 deletions
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.
*/