This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
oggdec: Remove write-only variable
Originally committed as revision 22889 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
David Conrad
16 years ago
parent
adef229efb
commit
49c2d29089
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/oggdec.c
+0
-1
libavformat/oggdec.h
+ 0
- 1
libavformat/oggdec.c
View File
@@ -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;
+ 0
- 1
libavformat/oggdec.h
View File
@@ -91,7 +91,6 @@ struct ogg {
int nstreams;
int headers;
int curidx;
uint64_t size;
struct ogg_state *state;
};
Write
Preview
Loading…
Cancel
Save