]> git.sesse.net Git - vlc/blobdiff - include/vlc_iso_lang.h
playlist: Make sure we don't pl_Release(p_playlist).
[vlc] / include / vlc_iso_lang.h
index ed984e561e2bd9cf5a70e89dd33460cc81a339d0..44823e4eda4ce3ccc080df98f91d92ad6e214e2d 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if !defined( __LIBVLC__ )
-  #error You are not libvlc or one of its plugins. You cannot include this file
-#endif
-
 struct iso639_lang_t
 {
     const char * psz_eng_name;        /* Description in English */
@@ -41,7 +37,6 @@ extern "C" {
 VLC_EXPORT( const iso639_lang_t *, GetLang_1, ( const char * ) );
 VLC_EXPORT( const iso639_lang_t *, GetLang_2T, ( const char * ) );
 VLC_EXPORT( const iso639_lang_t *, GetLang_2B, ( const char * ) );
-VLC_EXPORT( const char *, DecodeLanguage, ( uint16_t ) );
 #if defined( __cplusplus )
 }
 #endif