changeset 11180:0b2618b091df libavcodec

Remove outdated comment. Patch by Maxim, max_pole gmx de
author cehoyos
date Mon, 15 Feb 2010 17:37:38 +0000
parents 9a793cb05a85
children 63f55748173c
files ivi_common.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ivi_common.h	Mon Feb 15 16:43:45 2010 +0000
+++ b/ivi_common.h	Mon Feb 15 17:37:38 2010 +0000
@@ -183,7 +183,6 @@
     ((((tile_width) + (mb_size) - 1) / (mb_size)) * (((tile_height) + (mb_size) - 1) / (mb_size)))
 
 /** convert unsigned values into signed ones (the sign is in the LSB) */
-/* TODO: find a way to calculate this without the conditional using bit magic */
 #define IVI_TOSIGNED(val) (-(((val) >> 1) ^ -((val) & 1)))
 
 /** scales motion vector */