aboutsummaryrefslogtreecommitdiffstats
path: root/ffplay.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-01-16 18:11:34 +0100
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-01-17 22:04:06 +0100
commit8f83a3b0541d14f48ef7e2726102a54d12c6b0d3 (patch)
tree057542d27f6bb73436e4485968e450d13265aa29 /ffplay.c
parent4aaeabcb6ac95ebeec3bb4ed9a4622768b499bc2 (diff)
downloadandroid_external_ffmpeg-8f83a3b0541d14f48ef7e2726102a54d12c6b0d3.tar.gz
android_external_ffmpeg-8f83a3b0541d14f48ef7e2726102a54d12c6b0d3.tar.bz2
android_external_ffmpeg-8f83a3b0541d14f48ef7e2726102a54d12c6b0d3.zip
Remove outcommented fossil code.
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffplay.c b/ffplay.c
index 6f476fcc46..b2a1d456c9 100644
--- a/ffplay.c
+++ b/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){
is->skip_frames_index += 1;
if(is->skip_frames_index >= is->skip_frames){