summaryrefslogtreecommitdiffstats
path: root/video/img_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/img_format.h')
-rw-r--r--video/img_format.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/img_format.h b/video/img_format.h
index 6b5420205f..96ac78f66e 100644
--- a/video/img_format.h
+++ b/video/img_format.h
@@ -118,7 +118,6 @@ struct mp_imgfmt_comp_desc {
struct mp_imgfmt_desc {
int id; // IMGFMT_*
- int avformat; // AV_PIX_FMT_* (or AV_PIX_FMT_NONE)
int flags; // MP_IMGFLAG_* bitfield
int8_t num_planes;
int8_t chroma_xs, chroma_ys; // chroma shift (i.e. log2 of chroma pixel size)