X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fscan.c;h=eea1c3f0bf74d6d75423b50551446550b4f85fcf;hb=07cc0ebf6a7141a76fd9b6e2da6cf510def1ebc7;hp=de4d565d6bc897e7a79274d31a67aaf76b9d528b;hpb=4506435b815606c900bb25ed772a00314fc53ef3;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/scan.c b/libhb/scan.c index de4d565d..eea1c3f0 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -497,9 +497,9 @@ static int DecodePreviews( hb_scan_t * data, hb_title_t * title ) if( !vid_decoder->info( vid_decoder, &vid_info ) ) { /* - * Could not fill vid_info, don't continue and try to use vid_info - * in this case. - */ + * Could not fill vid_info, don't continue and try to use vid_info + * in this case. + */ vid_decoder->close( vid_decoder ); free( vid_decoder ); continue;