[vlc-commits] CC: remove unused sys_t member
Rafaël Carré
git at videolan.org
Thu Oct 11 14:13:41 CEST 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Oct 11 14:05:31 2012 +0200| [8988608d550a5578849e6f8e8dd0ff42415d69f7] | committer: Rafaël Carré
CC: remove unused sys_t member
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8988608d550a5578849e6f8e8dd0ff42415d69f7
---
modules/codec/cc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/codec/cc.c b/modules/codec/cc.c
index 5d8e685..c85e4d6 100644
--- a/modules/codec/cc.c
+++ b/modules/codec/cc.c
@@ -141,8 +141,6 @@ static char *Eia608Text( eia608_t *h, bool b_html );
#define CC_MAX_REORDER_SIZE (64)
struct decoder_sys_t
{
- int i;
-
int i_block;
block_t *pp_block[CC_MAX_REORDER_SIZE];
More information about the vlc-commits
mailing list