]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/pixdesc.h
avutil/pixdesc: Remove deprecated off-by-one fields from pix fmt descs
[ffmpeg] / libavutil / pixdesc.h
index 9b9d386ae96e86f8c7145c12763e89453202ad4a..81b51b767f8fa5c2108fb233a720473b141ebdc9 100644 (file)
@@ -56,17 +56,6 @@ typedef struct AVComponentDescriptor {
      * Number of bits in the component.
      */
     int depth;
-
-#if FF_API_PLUS1_MINUS1
-    /** deprecated, use step instead */
-    attribute_deprecated int step_minus1;
-
-    /** deprecated, use depth instead */
-    attribute_deprecated int depth_minus1;
-
-    /** deprecated, use offset instead */
-    attribute_deprecated int offset_plus1;
-#endif
 } AVComponentDescriptor;
 
 /**