# HG changeset patch # User diego # Date 1188218179 0 # Node ID 94908f6107ff78e60169a8a71a582c0ac495f648 # Parent a32ac90d5d675470e556427e7cffbd2e6a4bd9d4 Remove unused variable. diff -r a32ac90d5d67 -r 94908f6107ff nutdec.c --- a/nutdec.c Sat Aug 25 15:12:38 2007 +0000 +++ b/nutdec.c Mon Aug 27 12:36:19 2007 +0000 @@ -425,7 +425,6 @@ AVFormatContext *s= nut->avf; ByteIOContext *bc = &s->pb; int64_t end, tmp; - AVRational time_base; nut->last_syncpoint_pos= url_ftell(bc)-8;