Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-27 16:36:19 +0400
committerDiego Biurrun <diego@biurrun.de>2007-08-27 16:36:19 +0400
commit30a987ece90d2aaa82f448f62cea120822eeabea (patch)
tree1bce05c1e19e763dfcd0f16b600f98c4243b6a20 /libavformat/nutdec.c
parent267b9479ac06b00991fd991ad333a5b6930a6a26 (diff)
Remove unused variable.
Originally committed as revision 10251 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nutdec.c')
-rw-r--r--libavformat/nutdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c
index 25e739b6b9..9592a11161 100644
--- a/libavformat/nutdec.c
+++ b/libavformat/nutdec.c
@@ -425,7 +425,6 @@ static int decode_syncpoint(NUTContext *nut, int64_t *ts, int64_t *back_ptr){
AVFormatContext *s= nut->avf;
ByteIOContext *bc = &s->pb;
int64_t end, tmp;
- AVRational time_base;
nut->last_syncpoint_pos= url_ftell(bc)-8;