comparison libmpdemux/demux_ty.c @ 23381:300e9b7c499f

Remove some unused variables, patch by timwoj ieee org.
author diego
date Mon, 28 May 2007 08:42:35 +0000
parents 4d81dbdf46b9
children 9fb716ab06a3
comparison
equal deleted inserted replaced
23380:8ef36374e8c5 23381:300e9b7c499f
689 689
690 readSize = 0; 690 readSize = 0;
691 691
692 if ( tivo->tmf != 1 ) 692 if ( tivo->tmf != 1 )
693 { 693 {
694 off_t size;
695 off_t offset; 694 off_t offset;
696 695
697 numberParts = demux->stream->end_pos / TIVO_PART_LENGTH; 696 numberParts = demux->stream->end_pos / TIVO_PART_LENGTH;
698 offset = numberParts * TIVO_PART_LENGTH; 697 offset = numberParts * TIVO_PART_LENGTH;
699 698