From 74d01a9809701a4c4b944050a4ecce0d83e4e9d6 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 14 Nov 2015 11:12:33 +0100 Subject: formaton: Drop the step field Duplicate of `next` field. --- libavutil/formaton.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libavutil/formaton.h b/libavutil/formaton.h index 8acab13fd5..67b1d32681 100644 --- a/libavutil/formaton.h +++ b/libavutil/formaton.h @@ -27,11 +27,6 @@ typedef struct AVChromaton { int plane; - /** - * might serve useful for packed formats - e.g. 4 or 2 bytes per entry - */ - int step; - /** * subsampling information */ -- cgit v1.2.3