[DVDnav-discuss] typo in dvdnav.h
Nico Sabbi
nicola_sabbi at fastwebnet.it
Tue Apr 10 22:57:00 CEST 2007
Andreas Öman wrote:
> Eitherway, the patch was addressing the fact that dvdnav.h
> declares
>
> /*
> * Returns the format of *logical* audio stream 'stream'
> * (returns 0xffff if no such stream).
> */
> uint16_t dvdnav_audio_stream_to_format(dvdnav_t *self, uint8_t stream);
>
>
> but dvdnav.c defines it as:
>
> uint16_t dvdnav_audio_stream_format(dvdnav_t *this, uint8_t stream) {
> audio_attr_t attr;
> uint16_t format;
>
> ....
>
thanks, applied.
Test attachement appended
More information about the DVDnav-discuss
mailing list