mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Merge commit 'a64a5773ea5f7337cd1d87cfdf511914d317fe81'
* commit 'a64a5773ea5f7337cd1d87cfdf511914d317fe81': pixfmt: remove misleading and broken documentation Conflicts: libavutil/pixfmt.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
e2f3ea1cbb
@ -57,11 +57,6 @@
|
|||||||
* For all the 8bit per pixel formats, an RGB32 palette is in data[1] like
|
* For all the 8bit per pixel formats, an RGB32 palette is in data[1] like
|
||||||
* for pal8. This palette is filled in automatically by the function
|
* for pal8. This palette is filled in automatically by the function
|
||||||
* allocating the picture.
|
* allocating the picture.
|
||||||
*
|
|
||||||
* @note
|
|
||||||
* Make sure that all newly added big-endian formats have (pix_fmt & 1) == 1
|
|
||||||
* and that all newly added little-endian formats have (pix_fmt & 1) == 0.
|
|
||||||
* This allows simpler detection of big vs little-endian.
|
|
||||||
*/
|
*/
|
||||||
enum AVPixelFormat {
|
enum AVPixelFormat {
|
||||||
AV_PIX_FMT_NONE = -1,
|
AV_PIX_FMT_NONE = -1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user