summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-04-28 23:52:27 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-04-28 23:52:27 +0000
commit4bbc76ee6c8d0131b4b9ae7ea393846ec1f736e1 (patch)
tree7a8cf3eb0f47654a6c971a43b09b16204d3be11b
parente99e11871229e7214a0c3a5ecbf1c5b0a8f80afd (diff)
downloadxine-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.c4
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 );
}