avcodec/adpcm: add comment to has_status field
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> (cherry picked from commit 55a50885b94f10f2076deaf40957d8573e008dcd)
This commit is contained in:
parent
5f2018c490
commit
ebe065c177
@ -100,7 +100,7 @@ static const int8_t mtf_index_table[16] = {
|
||||
typedef struct ADPCMDecodeContext {
|
||||
ADPCMChannelStatus status[14];
|
||||
int vqa_version; /**< VQA version. Used for ADPCM_IMA_WS */
|
||||
int has_status;
|
||||
int has_status; /**< Status flag. Reset to 0 after a flush. */
|
||||
} ADPCMDecodeContext;
|
||||
|
||||
static av_cold int adpcm_decode_init(AVCodecContext * avctx)
|
||||
|
Loading…
x
Reference in New Issue
Block a user