[DVDnav-discuss] r860 - trunk/libdvdnav/src/dvdnav.h

nicodvb subversion at mplayerhq.hu
Tue Apr 10 22:50:09 CEST 2007


Author: nicodvb
Date: Tue Apr 10 22:50:09 2007
New Revision: 860

Modified:
   trunk/libdvdnav/src/dvdnav.h

Log:
renamed dvdnav_audio_stream_to_format() as dvdnav_audio_stream_format() as implemeted in dvdnav.c; patch by Andreas Oman (andreas olebyn nu)

Modified: trunk/libdvdnav/src/dvdnav.h
==============================================================================
--- trunk/libdvdnav/src/dvdnav.h	(original)
+++ trunk/libdvdnav/src/dvdnav.h	Tue Apr 10 22:50:09 2007
@@ -564,7 +564,7 @@ uint16_t dvdnav_audio_stream_to_lang(dvd
  * 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);
+uint16_t dvdnav_audio_stream_format(dvdnav_t *self, uint8_t stream);
 
 /*
  * Converts a *logical* subpicture stream id into country code 



More information about the DVDnav-discuss mailing list