diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-08-28 13:30:03 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-08-28 13:30:03 +0000 |
commit | d99ce8d7dea2527274d1db363329aa6077559361 (patch) | |
tree | 18a131fa79f4d0b3657a6a550b3e1c5af03ccc0f /libavcodec/apiexample.c | |
parent | 1a31840ceaca001436de2640ca352389916fe531 (diff) | |
download | ffmpeg-d99ce8d7dea2527274d1db363329aa6077559361.tar.gz |
spelling fix
Originally committed as revision 2172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/apiexample.c')
-rw-r--r-- | libavcodec/apiexample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/apiexample.c b/libavcodec/apiexample.c index 10afd42686..dd4d6dfd4d 100644 --- a/libavcodec/apiexample.c +++ b/libavcodec/apiexample.c @@ -3,7 +3,7 @@ * avcodec API use example. * * Note that this library only handles codecs (mpeg, mpeg4, etc...), - * not file formats (avi, vob, etc...). See library 'libav' for the + * not file formats (avi, vob, etc...). See library 'libavformat' for the * format handling */ |