You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-16 22:42:38 +02:00
fix x11grab
Originally committed as revision 10046 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
3
ffmpeg.c
3
ffmpeg.c
@ -1778,7 +1778,8 @@ static int av_encode(AVFormatContext **output_files,
|
|||||||
is = input_files[ist->file_index];
|
is = input_files[ist->file_index];
|
||||||
ist->pts = 0;
|
ist->pts = 0;
|
||||||
ist->next_pts=0;
|
ist->next_pts=0;
|
||||||
if(input_files_ts_offset[ist->file_index] != -is->start_time)
|
if( input_files_ts_offset[ist->file_index] != -is->start_time
|
||||||
|
&& !(is->start_time == AV_NOPTS_VALUE && input_files_ts_offset[ist->file_index]==0))
|
||||||
ist->next_pts= AV_NOPTS_VALUE;
|
ist->next_pts= AV_NOPTS_VALUE;
|
||||||
ist->is_start = 1;
|
ist->is_start = 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user