[SCM] libav/experimental: Remove outdated comment.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:00:08 UTC 2013


The following commit has been merged in the experimental branch:
commit 6713b6b12035745ec2848a8d3d69cb1e2edb0d6c
Author: Maxim Poliakovski <max_pole at gmx.de>
Date:   Mon Feb 15 17:37:38 2010 +0000

    Remove outdated comment.
    
    Patch by Maxim, max_pole gmx de
    
    Originally committed as revision 21837 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h
index 72c5c7a..dae4e95 100644
--- a/libavcodec/ivi_common.h
+++ b/libavcodec/ivi_common.h
@@ -183,7 +183,6 @@ static inline int ivi_pic_config_cmp(IVIPicConfig *str1, IVIPicConfig *str2)
     ((((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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list