]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_spp.h
avcodec/packet: deprecate av_init_packet()
[ffmpeg] / libavfilter / vf_spp.h
index 879ed40f03c88334b5313caa1716803fe512c612..76c0c34ab216a4f8739076f2323cf81bccc463b8 100644 (file)
@@ -39,7 +39,7 @@ typedef struct SPPContext {
     uint16_t *temp;
     AVDCT *dct;
     int8_t *non_b_qp_table;
-    int non_b_qp_alloc_size;
+    int non_b_qp_stride;
     int use_bframe_qp;
     int hsub, vsub;