]> granicus.if.org Git - handbrake/commitdiff
Lessens the brownpantsification effect from the DVD Read Blocks Failed error message.
authorjbrjake <jb.rubin@gmail.com>
Wed, 15 Aug 2007 15:37:05 +0000 (15:37 +0000)
committerjbrjake <jb.rubin@gmail.com>
Wed, 15 Aug 2007 15:37:05 +0000 (15:37 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@815 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/dvd.c

index 620a0fad1ddc025e3050b535e23546a1e852ba18..870664f2c13836547d437b90066bf4c800d17b12 100644 (file)
@@ -658,7 +658,7 @@ int hb_dvd_read( hb_dvd_t * d, hb_buffer_t * b )
 
             if( DVDReadBlocks( d->file, d->next_vobu, 1, b->data ) != 1 )
             {
-                hb_log( "dvd: Unrecoverable Read Error from DVD, probable HD or DVD Failure (blk: %d)", d->next_vobu );
+                hb_log( "dvd: Unrecoverable Read Error from DVD, potential HD or DVD Failure (blk: %d)", d->next_vobu );
                 return 0;
             }