comparison vorbis.c @ 3701:4ba77dc980f1 libavcodec

Remove unused variable.
author diego
date Sun, 10 Sep 2006 18:16:19 +0000
parents f549d1e685f7
children 271eca88821b
comparison
equal deleted inserted replaced
3700:44fdf93a0901 3701:4ba77dc980f1
1691 uint8_t *buf, int buf_size) 1691 uint8_t *buf, int buf_size)
1692 { 1692 {
1693 vorbis_context *vc = avccontext->priv_data ; 1693 vorbis_context *vc = avccontext->priv_data ;
1694 GetBitContext *gb = &(vc->gb); 1694 GetBitContext *gb = &(vc->gb);
1695 1695
1696 int_fast16_t i, len; 1696 int_fast16_t len;
1697 1697
1698 if(!buf_size){ 1698 if(!buf_size){
1699 return 0; 1699 return 0;
1700 } 1700 }
1701 1701