[DVDnav-discuss] typo in dvdnav.h
Andreas Öman
andreas at olebyn.nu
Tue Apr 10 22:26:26 CEST 2007
Andreas Öman wrote:
> Andreas Öman wrote:
>
> Uhh, i dont think the (trivial) attachment made it.
> Retrying (just to check)
>
:-( .. I'm pretty sure the attachments should work (at least it
works when i mail to other lists).
Is this some kind of admin-setting for the list?
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;
....
More information about the DVDnav-discuss
mailing list