summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2010-04-16 12:21:29 +0000
committerDavid Conrad <lessen42@gmail.com>2010-04-16 12:21:29 +0000
commit49c2d290898ebafab0bb7424e53a79d4daf5b028 (patch)
treeb9be6984441fe49b6c5f760562142d62dfad8427 /libavformat/oggdec.c
parentadef229efbf0cb2e9a8650b1e3bec03b47aea179 (diff)
oggdec: Remove write-only variable
Originally committed as revision 22889 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggdec.c')
-rw-r--r--libavformat/oggdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c
index 0dfb3d7321..ff000e7a79 100644
--- a/libavformat/oggdec.c
+++ b/libavformat/oggdec.c
@@ -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;