]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/pixfmt.h
Merge commit '31a117a0e6d6eafdf997bfe0843f3e3d39cc0332'
[ffmpeg] / libavutil / pixfmt.h
index 3ddd30f0d84e9d9590adddf16f0ee30b4e1b6945..58e354476dfd2da37d23362a28ade729388f95bf 100644 (file)
  * 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
  * 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 {
     AV_PIX_FMT_NONE = -1,