diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-02 15:43:08 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-02 15:43:08 +0000 |
commit | 56cc85a068870cfa1c3bcc39c7e312b6a0fe8ca3 (patch) | |
tree | a073e66be5f151ff7b92b3f38f96b0ed54d713fb /libavcodec/sparc | |
parent | 737278c86a41936a5d3bd29074b2883c31a4b657 (diff) | |
download | ffmpeg-streaming-56cc85a068870cfa1c3bcc39c7e312b6a0fe8ca3.zip ffmpeg-streaming-56cc85a068870cfa1c3bcc39c7e312b6a0fe8ca3.tar.gz |
Misc spelling fixes, prefer American over British English.
Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/sparc')
-rw-r--r-- | libavcodec/sparc/dsputil_vis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sparc/dsputil_vis.c b/libavcodec/sparc/dsputil_vis.c index 0c88317..4372603 100644 --- a/libavcodec/sparc/dsputil_vis.c +++ b/libavcodec/sparc/dsputil_vis.c @@ -3999,7 +3999,7 @@ static int vis_level () /* libavcodec initialization code */ void dsputil_init_vis(DSPContext* c, AVCodecContext *avctx) { - /* VIS specific optimizations */ + /* VIS-specific optimizations */ int accel = vis_level (); if (accel & ACCEL_SPARC_VIS) { |