]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dirac_arith.h
avcodec: Remove deprecated VBV delay field
[ffmpeg] / libavcodec / dirac_arith.h
index 79526a7ca3c1928cdc0a167632060b6389204d85..350a58fca6b44beacd49309372a0bafa721c635b 100644 (file)
@@ -86,7 +86,6 @@ typedef struct {
 } DiracArith;
 
 extern const uint8_t ff_dirac_next_ctx[DIRAC_CTX_COUNT];
-extern const uint16_t ff_dirac_prob[256];
 extern int16_t ff_dirac_prob_branchless[256][2];
 
 static inline void renorm(DiracArith *c)