diff options
Diffstat (limited to 'apps/codecs/libffmpegFLAC/decoder.h')
| -rw-r--r-- | apps/codecs/libffmpegFLAC/decoder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/libffmpegFLAC/decoder.h b/apps/codecs/libffmpegFLAC/decoder.h index 632bb1b..affec0a 100644 --- a/apps/codecs/libffmpegFLAC/decoder.h +++ b/apps/codecs/libffmpegFLAC/decoder.h @@ -35,6 +35,9 @@ typedef struct FLACContext { int bitstream_size; int bitstream_index; + + int sample_skip; + int framesize; } FLACContext; int flac_decode_frame(FLACContext *s, |