]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/g722.h
ffv1: add 1 status byte to slices in in case crcs are stored too.
[ffmpeg] / libavcodec / g722.h
index 69e7a86e25598bc2852fff76be8a186500cdf2ca..eb3b9b872e35e2819a7d1b72b1be3be2dcc96fa9 100644 (file)
@@ -31,7 +31,9 @@
 #define PREV_SAMPLES_BUF_SIZE 1024
 
 typedef struct {
+    const AVClass *class;
     AVFrame frame;
+    int     bits_per_codeword;
     int16_t prev_samples[PREV_SAMPLES_BUF_SIZE]; ///< memory of past decoded samples
     int     prev_samples_pos;        ///< the number of values in prev_samples