Commit 9f26c8f8 authored by conrad's avatar conrad

oggdec: Remove write-only variable

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22889 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 09f0b2fa
......@@ -462,7 +462,6 @@ ogg_get_length (AVFormatContext * s)
s->streams[idx]->duration -= s->streams[idx]->start_time;
}
ogg->size = size;
ogg_restore (s, 0);
return 0;
......
......@@ -91,7 +91,6 @@ struct ogg {
int nstreams;
int headers;
int curidx;
uint64_t size;
struct ogg_state *state;
};
......
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