Browse Source

Remove outdated comment.

Patch by Maxim, max_pole gmx de

Originally committed as revision 21837 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Maxim Poliakovski Carl Eugen Hoyos 15 years ago
parent
commit
6713b6b120
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/ivi_common.h

+ 0
- 1
libavcodec/ivi_common.h View File

@@ -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))) ((((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) */ /** 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))) #define IVI_TOSIGNED(val) (-(((val) >> 1) ^ -((val) & 1)))


/** scales motion vector */ /** scales motion vector */


Loading…
Cancel
Save