diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-27 12:36:19 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-27 12:36:19 +0000 |
commit | 30a987ece90d2aaa82f448f62cea120822eeabea (patch) | |
tree | 1bce05c1e19e763dfcd0f16b600f98c4243b6a20 | |
parent | 267b9479ac06b00991fd991ad333a5b6930a6a26 (diff) | |
download | ffmpeg-30a987ece90d2aaa82f448f62cea120822eeabea.tar.gz |
Remove unused variable.
Originally committed as revision 10251 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/nutdec.c | 1 |
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; |