From 516df39cc7432b71479e0373fb12ec2175072d9f Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 17 May 2015 08:35:10 +0000 Subject: [PATCH] Corrected outdated references to function name burn_get_media_product_id() --- cdrskin/cdrskin_timestamp.h | 2 +- doc/mediainfo.txt | 4 ++-- libburn/libburn.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 4da2804..e55fcbd 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2015.03.08.073635" +#define Cdrskin_timestamP "2015.05.17.083420" diff --git a/doc/mediainfo.txt b/doc/mediainfo.txt index 788dad9..10b3a4d 100644 --- a/doc/mediainfo.txt +++ b/doc/mediainfo.txt @@ -190,7 +190,7 @@ Via libburn these manufacturer and media ids can be retrieved by API call burn_disc_get_media_id() as a single printable word product_id and as two printable words media_code1, media_code2. The latter can be translated into a manufacturer company name by API call burn_guess_manufacturer(). -(Both calls work for CD, too. burn_get_media_product_id() eventually calls +(Both calls work for CD, too. burn_disc_get_media_id() eventually calls burn_disc_read_atip().) @@ -1186,7 +1186,7 @@ TYG11 TAIYO YUDEN DVD-R DL 8x TYG-BD Y01 TAIYO YUDEN Co., Ltd. 1-2X LTH [Blu] TYG-BD Y03 TAIYO YUDEN Co., Ltd. 1-4X LTH [Blu] -"UmeDisc Ltd. HK" +"UmeDisc Limited" UMEDISC DL1 Elite DVD+R DL [User report feb 2012] "Unifino Inc." diff --git a/libburn/libburn.h b/libburn/libburn.h index 65165b2..4b9ab5a 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -1563,7 +1563,7 @@ int burn_disc_get_media_id(struct burn_drive *d, /** Guess the name of a manufacturer by profile number, manufacturer code and media code. The profile number can be obtained by burn_disc_get_profile(), the other two parameters can be obtained as - media_code1 and media_code2 by burn_get_media_product_id(). + media_code1 and media_code2 by burn_disc_get_media_id(). @param profile_no Profile number (submit -1 if not known) @param manuf_code Manufacturer code from media (e.g. "RICOHJPN") @param media_code Media ID code from media (e.g. "W11")