summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-05-28 22:24:12 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-28 22:24:12 +0200
commite2f3ea1cbb64e64c9ea59a56b2ee00a6e64f4de0 (patch)
treeb8a7fb58cd33268fad28b407443f87e13645523e
parentb666e81c132901d370b5645562826ecbcfce0b7a (diff)
parenta64a5773ea5f7337cd1d87cfdf511914d317fe81 (diff)
Merge commit 'a64a5773ea5f7337cd1d87cfdf511914d317fe81'
* commit 'a64a5773ea5f7337cd1d87cfdf511914d317fe81': pixfmt: remove misleading and broken documentation Conflicts: libavutil/pixfmt.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavutil/pixfmt.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h
index 3ddd30f0d8..58e354476d 100644
--- a/libavutil/pixfmt.h
+++ b/libavutil/pixfmt.h
@@ -57,11 +57,6 @@
* 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,