Re: RELEASE TESTING needed for libdvdread

Ralf Ertzinger <[email protected]> Mon, 19 Sep 2005 16:00:37 +0200
Newsgroups gmane.comp.video.ogle.devel
Message-ID <[email protected]>
On Mon, Sep 19, 2005 at 03:43:08PM +0200, Matthias Saou wrote:

> > Well it's not intended that UDFFindFile should be exported.
> > And including dvd_udf.h gives some other internal functions 
> > (even if they can't be used).
> > What does the user need it for, is there some program that uses this?
> 
> CC'ing Ralf, who IIRC is that user, hoping he'll be able to explain in
> more details why he needed that change.

The main reason was that dvdbackup needs that function. And given that
both libdvdread and dvdbackup seemed unmaintained (no changes for over
2 years, IIRC) it was the easiest solution to get dvdbackup working
again.

I did not look if there was a way to rewrite dvdbackup in order to
use a different API exported by libdvdread to work around this.