summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
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);