mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
oggdec: Remove write-only variable
Originally committed as revision 22889 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
adef229efb
commit
49c2d29089
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user