]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/psymodel.h
Merge commit '380146924ecad2e05e9dcc5c3c2e1b5ba47c51e8'
[ffmpeg] / libavcodec / psymodel.h
index e9be1f6fa5c8898916da21a83e3ce4e749fee762..a04cc4d2260c39d6d09c9741cf48b4ddc0ded18a 100644 (file)
@@ -88,6 +88,7 @@ typedef struct FFPsyContext {
     struct {
         int size;                     ///< size of the bitresevoir in bits
         int bits;                     ///< number of bits used in the bitresevoir
+        int alloc;                    ///< number of bits allocated by the psy, or -1 if no allocation was done
     } bitres;
 
     void* model_priv_data;            ///< psychoacoustic model implementation private data