diff options
author | wm4 <nfxjfg@googlemail.com> | 2015-05-28 16:26:20 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-05-28 18:40:40 +0200 |
commit | a64a5773ea5f7337cd1d87cfdf511914d317fe81 (patch) | |
tree | ffbe8de88ae17b7b1c9c772a2699acfc459b35d2 /libavformat | |
parent | e4610300de6869bd6b3b00e76cfeabb6d7653dcd (diff) | |
download | ffmpeg-a64a5773ea5f7337cd1d87cfdf511914d317fe81.tar.gz |
pixfmt: remove misleading and broken documentation
This was probably broken some time ago. The breakage is now part of the
ABI. For example, we have:
AV_PIX_FMT_XYZ12BE
AV_PIX_FMT_NV16
AV_PIX_FMT_NV20LE
AV_PIX_FMT_NV20LE is wrong. It has the value 113, but as little-endian
format it should be even. This must have been quite obvious when these
formats were added (because of the AV_PIX_FMT_XYZ12BE entry), but
nobody cared or knew about this.
The future libavutil major bump will also break this additionally,
because disabling FF_API_VDPAU will remove an odd number of entries from
the middle of the enum.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions