Skip to content

Commit

Permalink
Add max LB vs. size usage note to comment for DVDGetMaxLB()
Browse files Browse the repository at this point in the history
  • Loading branch information
puellavulnerata committed Dec 8, 2016
1 parent fddf112 commit 948b580
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dvdread/dvd_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ void DVDClose( dvd_reader_t * );

/**
* Returns the number of linear blocks supported on a DVD reader
* object.
* object. Note: since this is the maximum seekable LB, the size
* is this + 1; e.g., if this returns 1, we could read LB 0 or LB 1,
* so the disc is 2 LBs long.
*
* @param dvd A read handle to query
* @return If successful, the maximum linear block number.
Expand Down

0 comments on commit 948b580

Please sign in to comment.