Mercurial > libavformat.hg
changeset 427:29682362a127 libavformat
gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>)
author | michael |
---|---|
date | Fri, 09 Apr 2004 12:31:36 +0000 |
parents | 652aaf869c7b |
children | 5ac07c7b4874 |
files | nut.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nut.c Thu Apr 08 00:22:22 2004 +0000 +++ b/nut.c Fri Apr 09 12:31:36 2004 +0000 @@ -1360,6 +1360,7 @@ 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 @@ pos_min, pos_max, ts_min, ts_max); #endif - int64_t start_pos; assert(pos_limit <= pos_max); if(no_change==0){