1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

oggdec: Remove write-only variable

Originally committed as revision 22889 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
David Conrad
2010-04-16 12:21:29 +00:00
parent adef229efb
commit 49c2d29089
2 changed files with 0 additions and 2 deletions

View File

@@ -91,7 +91,6 @@ struct ogg {
int nstreams;
int headers;
int curidx;
uint64_t size;
struct ogg_state *state;
};