[vlc-devel] commit: Removed unused AUDIO_FMT_S/U16_NE. (Laurent Aimar )

git version control git at videolan.org
Fri May 15 22:07:13 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu May 14 21:11:02 2009 +0200| [abf074a86f31fafdf108361f8103c60baffc653b] | committer: Laurent Aimar 

Removed unused AUDIO_FMT_S/U16_NE.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=abf074a86f31fafdf108361f8103c60baffc653b
---

 include/vlc_es.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/vlc_es.h b/include/vlc_es.h
index ad19c51..224617f 100644
--- a/include/vlc_es.h
+++ b/include/vlc_es.h
@@ -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
  */




More information about the vlc-devel mailing list