changeset 2409:94908f6107ff libavformat

Remove unused variable.
author diego
date Mon, 27 Aug 2007 12:36:19 +0000
parents a32ac90d5d67
children 9b58a031620e
files nutdec.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;