]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_hqdn3d.h
avformat/aviobuf: End grace period of allowing 0 from read_packet
[ffmpeg] / libavfilter / vf_hqdn3d.h
index 03a79a108c5b6a5579737ee54df6cf2849428b94..3279bbcc772398e382ed8b2d47c50bb5cc73a891 100644 (file)
@@ -31,7 +31,7 @@
 typedef struct HQDN3DContext {
     const AVClass *class;
     int16_t *coefs[4];
-    uint16_t *line;
+    uint16_t *line[3];
     uint16_t *frame_prev[3];
     double strength[4];
     int hsub, vsub;