mirror of https://git.ffmpeg.org/ffmpeg.git
Remove outcommented fossil code.
This commit is contained in:
parent
4aaeabcb6a
commit
8f83a3b054
2
ffplay.c
2
ffplay.c
|
@ -1590,8 +1590,6 @@ static int get_video_frame(VideoState *is, AVFrame *frame, int64_t *pts, AVPacke
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (len1 < 0)
|
|
||||||
// break;
|
|
||||||
if (got_picture){
|
if (got_picture){
|
||||||
is->skip_frames_index += 1;
|
is->skip_frames_index += 1;
|
||||||
if(is->skip_frames_index >= is->skip_frames){
|
if(is->skip_frames_index >= is->skip_frames){
|
||||||
|
|
Loading…
Reference in New Issue