changeset 11503:5536f1bacb48 libavcodec

document two variables in Indeo5 decoding context
author kostya
date Wed, 17 Mar 2010 07:49:36 +0000
parents eb86fea1146b
children d44678e484a3
files indeo5.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/indeo5.c	Wed Mar 17 02:59:12 2010 +0000
+++ b/indeo5.c	Wed Mar 17 07:49:36 2010 +0000
@@ -57,8 +57,8 @@
     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