diff options
author | Steven M. Schultz <sms@2bsd.com> | 2004-04-09 12:31:36 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-09 12:31:36 +0000 |
commit | 1c24c51dec049886e1ff447a94c4b5e541592396 (patch) | |
tree | d15d0d30a05ca3631133eca18f2f58c3a2d6aca3 /libavformat/nut.c | |
parent | 1ff93ffcd442d406f49af461ac77686e4d890aa0 (diff) | |
download | ffmpeg-1c24c51dec049886e1ff447a94c4b5e541592396.tar.gz |
gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>)
Originally committed as revision 2983 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.c')
-rw-r--r-- | libavformat/nut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c index acb8db9f12..9f17f14d61 100644 --- a/libavformat/nut.c +++ b/libavformat/nut.c @@ -1360,6 +1360,7 @@ static int nut_read_seek(AVFormatContext *s, int stream_index, int64_t target_ts StreamContext *stream; int64_t pos_min, pos_max, pos, pos_limit; int64_t ts_min, ts_max, ts; + int64_t start_pos; int index, no_change,i; AVStream *st; @@ -1446,7 +1447,6 @@ static int nut_read_seek(AVFormatContext *s, int stream_index, int64_t target_ts pos_min, pos_max, ts_min, ts_max); #endif - int64_t start_pos; assert(pos_limit <= pos_max); if(no_change==0){ |