diff options
author | van <[email protected]> | 2008-04-10 07:31:54 +0000 |
---|---|---|
committer | van <[email protected]> | 2008-04-10 07:31:54 +0000 |
commit | 8d95320447fd8e61fae62acebf28a9fcbc74c969 (patch) | |
tree | a37aa310ca11bab66d44d82b991ac4eb55b3692c /libhb/sync.c | |
parent | 169d6210069cfb6eb79d5efab82e0fd5c5a9baa0 (diff) |
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
Diffstat (limited to 'libhb/sync.c')
-rw-r--r-- | libhb/sync.c | 6 |
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. */ |