[vlc-commits] aout: remove unused AOUT_RESTART_DECODER

Thomas Guillem git at videolan.org
Wed Sep 21 13:42:15 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Sep 21 13:42:01 2016 +0200| [14eadb95baafacfcc00281c5ed5584c99c857a05] | committer: Thomas Guillem

aout: remove unused AOUT_RESTART_DECODER

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

 include/vlc_aout.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index 125918e..a4dc8fa 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -187,7 +187,6 @@ static const uint32_t pi_vlc_chan_order_wg4[] =
 
 #define AOUT_RESTART_FILTERS 1
 #define AOUT_RESTART_OUTPUT  2
-#define AOUT_RESTART_DECODER 4
 
 /*****************************************************************************
  * Prototypes



More information about the vlc-commits mailing list