summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libffmpegFLAC/decoder.h')
-rw-r--r--apps/codecs/libffmpegFLAC/decoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/libffmpegFLAC/decoder.h b/apps/codecs/libffmpegFLAC/decoder.h
index 632bb1b823..affec0a5a3 100644
--- a/apps/codecs/libffmpegFLAC/decoder.h
+++ b/apps/codecs/libffmpegFLAC/decoder.h
@@ -35,6 +35,9 @@ typedef struct FLACContext {
35 35
36 int bitstream_size; 36 int bitstream_size;
37 int bitstream_index; 37 int bitstream_index;
38
39 int sample_skip;
40 int framesize;
38} FLACContext; 41} FLACContext;
39 42
40int flac_decode_frame(FLACContext *s, 43int flac_decode_frame(FLACContext *s,