summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-07 00:11:12 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-07 00:11:12 +0000
commitde95a934664fab365ce50f127f1a5eb7c3c1f719 (patch)
tree8bb7969b49204010c059e66684fef6a26ed8bb4f /mencoder.c
parentf513ccbb36627a4a802dd94848f77a3115ce63c7 (diff)
downloadmpv-de95a934664fab365ce50f127f1a5eb7c3c1f719.tar.bz2
mpv-de95a934664fab365ce50f127f1a5eb7c3c1f719.tar.xz
ehh. frame skipping fixed for -ovc frameno
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3363 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index a39ff1bd2f..04c1e11883 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -782,7 +782,7 @@ case 0:
break;
case VCODEC_FRAMENO:
mux_v->buffer=&decoded_frameno; // tricky
- aviwrite_write_chunk(muxer,mux_v,muxer_f,sizeof(int),0);
+ if(skip_flag<=0) aviwrite_write_chunk(muxer,mux_v,muxer_f,sizeof(int),0);
break;
case VCODEC_DIVX4:
blit_frame=decode_video(&video_out,sh_video,start,in_size,0);