[vlc-commits] flac: encoder: remove unused p_sys member.

Hugo Beauzée-Luyssen git at videolan.org
Wed May 2 10:56:00 CEST 2012


vlc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Mon Apr 30 16:10:30 2012 +0200| [ff5773f4ca5b04cd230aaa7be15d4e5ce55b71d7] | committer: Hugo Beauzée-Luyssen

flac: encoder: remove unused p_sys member.

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

 modules/codec/flac.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/codec/flac.c b/modules/codec/flac.c
index 0e70bf9..b525095 100644
--- a/modules/codec/flac.c
+++ b/modules/codec/flac.c
@@ -579,7 +579,6 @@ struct encoder_sys_t
     int i_headers;
 
     int i_samples_delay;
-    int i_channels;
 
     FLAC__int32 *p_buffer;
     unsigned int i_buffer;



More information about the vlc-commits mailing list