summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/img_format.h
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2012-03-25 23:12:25 +0200
committerwm4 <wm4@mplayer2.org>2012-03-25 23:12:57 +0200
commit84b2c79c56339eae64d5e5f622d8e65f463e5e1f (patch)
tree18740b0864e0babe019d5c01ab1aa37f8723eced /libmpcodecs/img_format.h
parentbf3f28f0a8c8c532715050a89a952ae476a341d1 (diff)
downloadmpv-84b2c79c56339eae64d5e5f622d8e65f463e5e1f.tar.bz2
mpv-84b2c79c56339eae64d5e5f622d8e65f463e5e1f.tar.xz
libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRP
This is more in line with the ffmpeg/libav names.
Diffstat (limited to 'libmpcodecs/img_format.h')
-rw-r--r--libmpcodecs/img_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/img_format.h b/libmpcodecs/img_format.h
index 825bda35b3..a3a475a68b 100644
--- a/libmpcodecs/img_format.h
+++ b/libmpcodecs/img_format.h
@@ -49,7 +49,7 @@
#define IMGFMT_BGR24 (IMGFMT_BGR|24)
#define IMGFMT_BGR32 (IMGFMT_BGR|32)
-#define IMGFMT_GBR24P (('G'<<24)|('B'<<16)|('R'<<8)|24)
+#define IMGFMT_GBRP (('G'<<24)|('B'<<16)|('R'<<8)|24)
#if HAVE_BIGENDIAN
#define IMGFMT_ABGR IMGFMT_RGB32