From cedb83a67146dfe9c89960103e07ad04efab7cb8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 3 Dec 2007 13:33:48 +0000 Subject: colour --> color in variable names Originally committed as revision 11159 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroska.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/matroska.h') diff --git a/libavformat/matroska.h b/libavformat/matroska.h index fcfde37a03..b8d39bbcee 100644 --- a/libavformat/matroska.h +++ b/libavformat/matroska.h @@ -98,7 +98,7 @@ #define MATROSKA_ID_VIDEOFLAGINTERLACED 0x9A #define MATROSKA_ID_VIDEOSTEREOMODE 0x53B9 #define MATROSKA_ID_VIDEOASPECTRATIO 0x54B3 -#define MATROSKA_ID_VIDEOCOLOURSPACE 0x2EB524 +#define MATROSKA_ID_VIDEOCOLORSPACE 0x2EB524 /* IDs in the trackaudio master */ #define MATROSKA_ID_AUDIOSAMPLINGFREQ 0xB5 -- cgit v1.2.3