diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-03 13:01:53 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-03 13:01:53 +0000 |
commit | a660c52a7e5075a5ba0c617613e933b4e51933f0 (patch) | |
tree | 9c6115fef8ca3fd60956024ea0e62497a6f0086e /libavformat | |
parent | 7827885cfb65ce14c7f9720f90e2b2efcca3c29a (diff) | |
download | ffmpeg-a660c52a7e5075a5ba0c617613e933b4e51933f0.tar.gz |
cosmetics: comment spelling fixes
Originally committed as revision 11157 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-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 b17e5fbc73..19dcdfac49 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -1199,7 +1199,7 @@ matroska_add_stream (MatroskaDemuxContext *matroska) break; } - /* colourspace (only matters for raw video) + /* colorspace (only matters for raw video) * fourcc */ case MATROSKA_ID_VIDEOCOLOURSPACE: { uint64_t num; |