Mercurial > mplayer.hg
changeset 28175:60402016152c
Fix OSD flicker with tfields as well.
author | reimar |
---|---|
date | Tue, 30 Dec 2008 10:38:39 +0000 |
parents | 245a232deb93 |
children | 7a87b07db9c6 |
files | libmpcodecs/vf_tfields.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_tfields.c Tue Dec 30 10:38:29 2008 +0000 +++ b/libmpcodecs/vf_tfields.c Tue Dec 30 10:38:39 2008 +0000 @@ -365,7 +365,7 @@ if (correct_pts) break; else - if (!i) vf_next_control(vf, VFCTRL_FLIP_PAGE, NULL); + if (!i) vf_extra_flip(vf); } break; case 1: @@ -395,7 +395,7 @@ if (correct_pts) break; else - if (!i) vf_next_control(vf, VFCTRL_FLIP_PAGE, NULL); + if (!i) vf_extra_flip(vf); } break; case 2: @@ -421,7 +421,7 @@ if (correct_pts) break; else - if (!i) vf_next_control(vf, VFCTRL_FLIP_PAGE, NULL); + if (!i) vf_extra_flip(vf); } break; }