diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-09-15 13:53:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-09-15 13:53:26 +0000 |
commit | 02c1592fde0adbd24e4cff50408bc801eff14627 (patch) | |
tree | 744a5e0894122f9e3759560f6c38a41eb6a96d0e /libavcodec/indeo2.c | |
parent | 1733fc4a6b62d7d0d4311699dec23bfeda025fe3 (diff) | |
download | ffmpeg-02c1592fde0adbd24e4cff50408bc801eff14627.tar.gz |
Fix Indel --> Intel typo.
Originally committed as revision 6260 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/indeo2.c')
-rw-r--r-- | libavcodec/indeo2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c index 3814e5250f..2676abaa48 100644 --- a/libavcodec/indeo2.c +++ b/libavcodec/indeo2.c @@ -1,5 +1,5 @@ /* - * Indel Indeo 2 codec + * Intel Indeo 2 codec * Copyright (c) 2005 Konstantin Shishkov * * This library is free software; you can redistribute it and/or |