add loop_input to AVFormatContext, getting rid of old hack

patch by Víctor Paesa <wzrlpy at arsystel com>

Originally committed as revision 5729 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Víctor Paesa
2006-07-13 21:13:49 +00:00
committed by Måns Rullgård
parent 2645e80f6d
commit 5894e1bbf2
4 changed files with 9 additions and 11 deletions

View File

@@ -159,7 +159,7 @@ static int me_penalty_compensation= 256;
static int frame_skip_threshold= 0;
static int frame_skip_factor= 0;
static int frame_skip_exp= 0;
extern int loop_input; /* currently a hack */
static int loop_input = 0;
static int loop_output = AVFMT_NOOUTPUTLOOP;
static int genpts = 0;
static int qp_hist = 0;
@@ -2843,6 +2843,8 @@ static void opt_input_file(const char *filename)
exit(1);
}
ic->loop_input = loop_input;
if(genpts)
ic->flags|= AVFMT_FLAG_GENPTS;