[MPlayer-cvslog] r29807 - trunk/libmpcodecs/dec_teletext.c

cehoyos subversion at mplayerhq.hu
Sat Oct 31 16:28:29 CET 2009


Author: cehoyos
Date: Sat Oct 31 16:28:28 2009
New Revision: 29807

Log:
Remove incorrect comment.

Original patch by Francesco Lavra, francescolavra interfree it

Modified:
   trunk/libmpcodecs/dec_teletext.c

Modified: trunk/libmpcodecs/dec_teletext.c
==============================================================================
--- trunk/libmpcodecs/dec_teletext.c	Sat Oct 31 03:00:00 2009	(r29806)
+++ trunk/libmpcodecs/dec_teletext.c	Sat Oct 31 16:28:28 2009	(r29807)
@@ -983,8 +983,6 @@ static void dump_page(tt_page* pt)
  * \brief checks whether page is ready and copies it into cache array if so
  * \param priv private data structure
  * \param magAddr page's magazine address (0-7)
- *
- * Routine also calls decode_page to perform 1st stage of rendering
  */
 static void store_in_cache(priv_vbi_t* priv, int magAddr, int line){
     mp_msg(MSGT_TELETEXT,MSGL_DBG2,"store_in_cache(%d): pagenum:%x\n",


More information about the MPlayer-cvslog mailing list