comparison rm.c @ 1350:f77cf5a063a8 libavformat

Remove unused variables and the corresponding warnings along with them.
author diego
date Tue, 03 Oct 2006 17:12:48 +0000
parents 770363b669aa
children 0899bfe4105c
comparison
equal deleted inserted replaced
1349:04b421915b14 1350:f77cf5a063a8
643 AVStream *st; 643 AVStream *st;
644 ByteIOContext *pb = &s->pb; 644 ByteIOContext *pb = &s->pb;
645 unsigned int tag, v; 645 unsigned int tag, v;
646 int tag_size, size, codec_data_size, i; 646 int tag_size, size, codec_data_size, i;
647 int64_t codec_pos; 647 int64_t codec_pos;
648 unsigned int h263_hack_version, start_time, duration; 648 unsigned int start_time, duration;
649 char buf[128]; 649 char buf[128];
650 int flags = 0; 650 int flags = 0;
651 651
652 tag = get_le32(pb); 652 tag = get_le32(pb);
653 if (tag == MKTAG('.', 'r', 'a', 0xfd)) { 653 if (tag == MKTAG('.', 'r', 'a', 0xfd)) {