]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ffv1_template.c
libavresample: Remove deprecated library
[ffmpeg] / libavcodec / ffv1_template.c
index f2ab93313a6740f32869ac38ec0ebf5610d4a11e..c5f61b01823b3356411f3597202a46384f33c4f0 100644 (file)
@@ -37,7 +37,7 @@ static inline int RENAME(get_context)(PlaneContext *p, TYPE *src,
     const int RT = last[1];
     const int L  = src[-1];
 
-    if (p->quant_table[3][127]) {
+    if (p->quant_table[3][127] || p->quant_table[4][127]) {
         const int TT = last2[0];
         const int LL = src[-2];
         return p->quant_table[0][(L - LT) & 0xFF] +