Author: kostya
Date: Wed Jan 27 17:30:06 2010
New Revision: 5609

Log:
document ivi_pic_config_cmp()

Modified:
   indeo5/ivi_common.h

Modified: indeo5/ivi_common.h
==============================================================================
--- indeo5/ivi_common.h Wed Jan 27 17:28:22 2010        (r5608)
+++ indeo5/ivi_common.h Wed Jan 27 17:30:06 2010        (r5609)
@@ -166,6 +166,7 @@ typedef struct {
     uint8_t     chroma_bands;
 } IVIPicConfig;
 
+/** compares some properties of two pictures */
 static inline int ivi_pic_config_cmp(IVIPicConfig *str1, IVIPicConfig *str2)
 {
     return (str1->pic_width    != str2->pic_width    || str1->pic_height    != 
str2->pic_height    ||
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to