diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-03 13:33:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-03 13:33:48 +0000 |
commit | cedb83a67146dfe9c89960103e07ad04efab7cb8 (patch) | |
tree | 40e2d551a0f50f76462592296e690e5d38e0be1b /libavformat/matroskadec.c | |
parent | 9aa8ed9d233481329475c9c7b67f84293d6a2d0b (diff) | |
download | ffmpeg-cedb83a67146dfe9c89960103e07ad04efab7cb8.tar.gz |
colour --> color in variable names
Originally committed as revision 11159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskadec.c')
-rw-r--r-- | libavformat/matroskadec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 19dcdfac49..51dbddc048 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -1201,7 +1201,7 @@ matroska_add_stream (MatroskaDemuxContext *matroska) /* colorspace (only matters for raw video) * fourcc */ - case MATROSKA_ID_VIDEOCOLOURSPACE: { + case MATROSKA_ID_VIDEOCOLORSPACE: { uint64_t num; if ((res = ebml_read_uint(matroska, &id, &num)) < 0) |