diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-28 23:52:27 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-28 23:52:27 +0000 |
commit | 4bbc76ee6c8d0131b4b9ae7ea393846ec1f736e1 (patch) | |
tree | 7a8cf3eb0f47654a6c971a43b09b16204d3be11b | |
parent | e99e11871229e7214a0c3a5ecbf1c5b0a8f80afd (diff) | |
download | xine-lib-4bbc76ee6c8d0131b4b9ae7ea393846ec1f736e1.tar.gz xine-lib-4bbc76ee6c8d0131b4b9ae7ea393846ec1f736e1.tar.bz2 |
do not show backup immediately when discarding frames
CVS patchset: 4704
CVS date: 2003/04/28 23:52:27
-rw-r--r-- | src/xine-engine/video_out.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index c82ca2e7f..92dc8bbfb 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.c,v 1.153 2003/04/23 14:33:02 miguelfreitas Exp $ + * $Id: video_out.c,v 1.154 2003/04/28 23:52:27 miguelfreitas Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -558,8 +558,6 @@ static void expire_frames (vos_t *this, int64_t cur_vpts) { if (!this->img_backup) { this->img_backup = img; - - this->redraw_needed = 1; } else { vo_frame_dec_lock( img ); } |