[FFmpeg-cvslog] r21837 - trunk/libavcodec/ivi_common.h
cehoyos
subversion
Mon Feb 15 18:37:39 CET 2010
Author: cehoyos
Date: Mon Feb 15 18:37:38 2010
New Revision: 21837
Log:
Remove outdated comment.
Patch by Maxim, max_pole gmx de
Modified:
trunk/libavcodec/ivi_common.h
Modified: trunk/libavcodec/ivi_common.h
==============================================================================
--- trunk/libavcodec/ivi_common.h Mon Feb 15 17:43:45 2010 (r21836)
+++ trunk/libavcodec/ivi_common.h Mon Feb 15 18:37:38 2010 (r21837)
@@ -183,7 +183,6 @@ static inline int ivi_pic_config_cmp(IVI
((((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 */
More information about the ffmpeg-cvslog
mailing list