]> git.sesse.net Git - ffmpeg/commitdiff
document two variables in Indeo5 decoding context
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 17 Mar 2010 07:49:36 +0000 (07:49 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 17 Mar 2010 07:49:36 +0000 (07:49 +0000)
Originally committed as revision 22579 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/indeo5.c

index 82f188187215b22693204c8a13b6bef40790d13b..383bcf9ea298c035cd89da56f8bb315bb877adf8 100644 (file)
@@ -57,8 +57,8 @@ typedef struct {
     IVIPlaneDesc    planes[3];       ///< color planes
     const uint8_t   *frame_data;     ///< input frame data pointer
     int             buf_switch;      ///< used to switch between three buffers
-    int             dst_buf;
-    int             ref_buf;
+    int             dst_buf;         ///< buffer index for the currently decoded frame
+    int             ref_buf;         ///< inter frame reference buffer index
     uint32_t        frame_size;      ///< frame size in bytes
     int             frame_type;
     int             prev_frame_type; ///< frame type of the previous frame