summaryrefslogtreecommitdiffstats
path: root/m_option.c
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 /m_option.c
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 'm_option.c')
-rw-r--r--m_option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_option.c b/m_option.c
index ba98d9c21a..2af87b059f 100644
--- a/m_option.c
+++ b/m_option.c
@@ -1191,7 +1191,7 @@ static struct {
{"argb", IMGFMT_ARGB},
{"bgra", IMGFMT_BGRA},
{"abgr", IMGFMT_ABGR},
- {"gbr24p", IMGFMT_GBR24P},
+ {"gbrp", IMGFMT_GBRP},
{"mjpeg", IMGFMT_MJPEG},
{"mjpg", IMGFMT_MJPEG},
{ NULL, 0 }