diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-21 19:23:01 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-21 19:23:01 +0000 |
commit | 41d64468ef96d8786d5019474ab668bd8b3ef13c (patch) | |
tree | 72ad91126f457223dc1db4da9169283374b86d43 | |
parent | 07a4b04902489c6052587c9bba71a4d537e14c10 (diff) | |
download | xine-lib-41d64468ef96d8786d5019474ab668bd8b3ef13c.tar.gz xine-lib-41d64468ef96d8786d5019474ab668bd8b3ef13c.tar.bz2 |
log message
CVS patchset: 3620
CVS date: 2002/12/21 19:23:01
-rw-r--r-- | src/xine-engine/video_out.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 9ab9ecc95..027327183 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.121 2002/12/21 19:20:09 miguelfreitas Exp $ + * $Id: video_out.c,v 1.122 2002/12/21 19:23:01 miguelfreitas Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -613,9 +613,9 @@ static vo_frame_t *get_next_frame (vos_t *this, int64_t cur_vpts) { if (img->stream->stream_info[XINE_STREAM_INFO_VIDEO_HAS_STILL] || img->stream->video_fifo->size(img->stream->video_fifo) < 10) { -/*#ifdef LOG*/ +#ifdef LOG printf ("video_out: possible still frame\n"); -/*#endif*/ +#endif this->img_backup = duplicate_frame (this, img); } } |