summaryrefslogtreecommitdiffstats
path: root/video/img_format.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-05-20 18:36:39 +0200
committerwm4 <wm4@nowhere>2020-05-20 18:38:19 +0200
commiteb27baf5ec17d15b96db6db93c400a14b07214be (patch)
tree12887e0245bdd3a9419a5a08233312d78d545800 /video/img_format.h
parentd291673d40833f2249cd62f0ec690bf3aef38a73 (diff)
downloadmpv-eb27baf5ec17d15b96db6db93c400a14b07214be.tar.bz2
mpv-eb27baf5ec17d15b96db6db93c400a14b07214be.tar.xz
video: remove useless mp_imgfmt_desc.avformat field
Had 1 user; easily replaced.
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)