X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fdecmetadata.c;h=bd848a95ad4f054bfccae95925aabfe0dc3c8ce7;hb=1d6fbf402512f7cbba3c9dac7e10a72aeebd1d81;hp=e377f8c25c95410ea0c46859f56e9d27aaa8b9dc;hpb=2f0858a91e2c736a5541d14318357efebfe89556;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/decmetadata.c b/libhb/decmetadata.c index e377f8c2..bd848a95 100644 --- a/libhb/decmetadata.c +++ b/libhb/decmetadata.c @@ -13,7 +13,7 @@ static void decmp4metadata( hb_title_t *title ) MP4FileHandle input_file; hb_deep_log( 2, "Got an MP4 input, read the metadata"); - input_file = MP4Read( title->dvd, 0 ); + input_file = MP4Read( title->path, 0 ); if( input_file != MP4_INVALID_FILE_HANDLE ) {