diff vc1.c @ 5299:4623928e3b9e libavcodec

Replace non-existing @fixme doxygen tags with @todo. patch by Ismail D«Ónmez, ismail pardus.org tr
author diego
date Fri, 13 Jul 2007 13:04:55 +0000
parents 3d124a8b7a76
children 7617e066481e
line wrap: on
line diff
--- a/vc1.c	Fri Jul 13 00:06:46 2007 +0000
+++ b/vc1.c	Fri Jul 13 13:04:55 2007 +0000
@@ -44,7 +44,7 @@
 
 /**
  * Get unary code of limited length
- * @fixme FIXME Slow and ugly
+ * @todo FIXME Slow and ugly
  * @param gb GetBitContext
  * @param[in] stop The bitstop value (unary code of 1's or 0's)
  * @param[in] len Maximum length
@@ -209,7 +209,7 @@
  * @param[in] width Width of this buffer
  * @param[in] height Height of this buffer
  * @param[in] stride of this buffer
- * @fixme FIXME: Optimize
+ * @todo FIXME: Optimize
  */
 static void decode_colskip(uint8_t* plane, int width, int height, int stride, GetBitContext *gb){
     int x, y;
@@ -229,7 +229,7 @@
  * @param bp Bitplane where to store the decode bits
  * @param v VC-1 context for bit reading and logging
  * @return Status
- * @fixme FIXME: Optimize
+ * @todo FIXME: Optimize
  */
 static int bitplane_decoding(uint8_t* data, int *raw_flag, VC1Context *v)
 {