Mercurial > mplayer.hg
changeset 18417:31e8947b7b87
Temporary workaround for libavcodec issues with B-frames
This will be reverted after pre8 release
Patch written and approved by Michael Niedermayer
author | rtognimp |
---|---|
date | Tue, 09 May 2006 20:06:34 +0000 |
parents | 02839adf3d4e |
children | 2685cf9e3082 |
files | mencoder.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Tue May 09 18:16:01 2006 +0000 +++ b/mencoder.c Tue May 09 20:06:34 2006 +0000 @@ -1316,7 +1316,7 @@ default: // decode_video will callback down to ve_*.c encoders, through the video filters blit_frame=decode_video(sh_video,frame_data.start,frame_data.in_size, - skip_flag>0 && (!sh_video->vfilter || ((vf_instance_t *)sh_video->vfilter)->control(sh_video->vfilter, VFCTRL_SKIP_NEXT_FRAME, 0) != CONTROL_TRUE), mux_v->timer); + skip_flag>0 && (!sh_video->vfilter || ((vf_instance_t *)sh_video->vfilter)->control(sh_video->vfilter, VFCTRL_SKIP_NEXT_FRAME, 0) != CONTROL_TRUE), MP_NOPTS_VALUE); if (sh_video->vf_inited < 0) mencoder_exit(1, NULL);