]> git.sesse.net Git - ffmpeg/commit
pixdesc: add functions for accessing pixel format descriptors.
authorAnton Khirnov <anton@khirnov.net>
Sat, 6 Oct 2012 10:36:38 +0000 (12:36 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 12 Oct 2012 10:45:25 +0000 (12:45 +0200)
commitd2fcb356caf38c12b0fc9d8c5bac592a28b0f0f1
treebfb4c40085c804f2fddff72acfe966ae24e45d1f
parentfdd666094d42f46935a86ad8375cec67c540bf38
pixdesc: add functions for accessing pixel format descriptors.

Make av_pix_fmt_descriptors table static on next major bump.

Making the table public is dangerous, since the caller has no way to
know how large it actually is. It also prevents adding new fields to
AVPixFmtDescriptor without a major bump.
doc/APIchanges
libavutil/pixdesc.c
libavutil/pixdesc.h
libavutil/version.h