mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
Remove unneeded assignment from av_encode() found by CSA.
Originally committed as revision 18567 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b5ee9c2334
commit
b716c6c6a6
1
ffmpeg.c
1
ffmpeg.c
@ -1972,7 +1972,6 @@ static int av_encode(AVFormatContext **output_files,
|
||||
/* init pts */
|
||||
for(i=0;i<nb_istreams;i++) {
|
||||
ist = ist_table[i];
|
||||
is = input_files[ist->file_index];
|
||||
ist->pts = 0;
|
||||
ist->next_pts = AV_NOPTS_VALUE;
|
||||
ist->is_start = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user