summaryrefslogtreecommitdiffstats
path: root/codec-cfg.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 /codec-cfg.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 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index c8d22671b6..b8db55c7ec 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -215,7 +215,7 @@ static const struct {
{"BGR32", IMGFMT_BGR32},
{"RGB1", IMGFMT_RGB1},
{"BGR1", IMGFMT_BGR1},
- {"GBR24P", IMGFMT_GBR24P},
+ {"GBRP", IMGFMT_GBRP},
{"MPES", IMGFMT_MPEGPES},