]> git.sesse.net Git - vlc/commitdiff
Removed unused AUDIO_FMT_S/U16_NE.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 14 May 2009 19:11:02 +0000 (21:11 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 15 May 2009 20:05:36 +0000 (22:05 +0200)
include/vlc_es.h

index ad19c51350e3e7faf2a4eee4fab6d7ba14a9e78d..224617fef02f3c7dfe8dc9d4726f2e71faee31b6 100644 (file)
@@ -99,9 +99,6 @@ struct audio_format_t
     uint8_t      i_flavor;
 };
 
-#define AUDIO_FMT_S16_NE VLC_CODEC_S16N
-#define AUDIO_FMT_U16_NE VLC_CODEC_U16N
-
 /**
  * video format description
  */