forked from KonaBlend/HandBrake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix libdvdnav dvd name and add additional fallback if no name is found
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6744 b64f7644-9d1e-0410-96f1-a4d463321fa5
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- a/src/vm/vm.c | ||
+++ b/src/vm/vm.c | ||
@@ -402,6 +402,7 @@ | ||
/* return 0; Not really used for now.. */ | ||
} | ||
/* ifoRead_TXTDT_MGI(vmgi); Not implemented yet */ | ||
+ dvd_read_name(vm->dvd_name, vm->dvd_serial, dvdroot); | ||
} | ||
if (vm->vmgi) { | ||
int i, mask; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters