Commit 39f234d5 authored by rbultje's avatar rbultje

Remove dead initialization.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22781 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4e61aff1
......@@ -535,7 +535,7 @@ static int sync(AVFormatContext *s, int64_t *timestamp, int *flags, int *stream_
uint32_t state=0xFFFFFFFF;
while(!url_feof(pb)){
int len, num, res, i;
int len, num, i;
*pos= url_ftell(pb) - 3;
if(rm->remaining_len > 0){
num= rm->current_stream;
......@@ -574,7 +574,7 @@ static int sync(AVFormatContext *s, int64_t *timestamp, int *flags, int *stream_
num = get_be16(pb);
*timestamp = get_be32(pb);
res= get_byte(pb); /* reserved */
get_byte(pb); /* reserved */
*flags = get_byte(pb); /* flags */
}
for(i=0;i<s->nb_streams;i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment