]> granicus.if.org Git - handbrake/commitdiff
Adds a logging message to let the user know when a title is being ignored due to...
authorjbrjake <jb.rubin@gmail.com>
Sat, 18 Oct 2008 21:43:21 +0000 (21:43 +0000)
committerjbrjake <jb.rubin@gmail.com>
Sat, 18 Oct 2008 21:43:21 +0000 (21:43 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1845 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/scan.c

index 36a90cd4d0759f79cd0685be38c66265b3137b45..1877803a10b09b377aa47ef6d46078e5cc999960 100644 (file)
@@ -162,6 +162,7 @@ static void ScanFunc( void * _data )
         /* If we don't have any audio streams left, remove the title */
         if( !hb_list_count( title->list_audio ) )
         {
+            hb_log("scan: ignoring title %i, no audio tracks found", title->index );
             hb_list_rem( data->list_title, title );
             free( title );
             continue;