Commit 6ba4b9ca authored by kostya's avatar kostya

document two variables in Indeo5 decoding context

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22579 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8bb39cee
...@@ -57,8 +57,8 @@ typedef struct { ...@@ -57,8 +57,8 @@ typedef struct {
IVIPlaneDesc planes[3]; ///< color planes IVIPlaneDesc planes[3]; ///< color planes
const uint8_t *frame_data; ///< input frame data pointer const uint8_t *frame_data; ///< input frame data pointer
int buf_switch; ///< used to switch between three buffers int buf_switch; ///< used to switch between three buffers
int dst_buf; int dst_buf; ///< buffer index for the currently decoded frame
int ref_buf; int ref_buf; ///< inter frame reference buffer index
uint32_t frame_size; ///< frame size in bytes uint32_t frame_size; ///< frame size in bytes
int frame_type; int frame_type;
int prev_frame_type; ///< frame type of the previous frame int prev_frame_type; ///< frame type of the previous frame
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment