diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-02-21 23:48:20 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-02-21 23:48:20 +0000 |
commit | 85975aa9a58c0c187116efe9427efea2d16abc41 (patch) | |
tree | 9159f1ca6c73f1986646727aedb8cabe81d552e1 /libavcodec/avcodec.h | |
parent | 6829ac8de46b889cece770b36a47ebd1c68a6aab (diff) | |
download | ffmpeg-85975aa9a58c0c187116efe9427efea2d16abc41.tar.gz |
Correct typo.
Originally committed as revision 8058 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 5eb34afbe4..d874c76587 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2567,7 +2567,7 @@ void avcodec_flush_buffers(AVCodecContext *avctx); void avcodec_default_free_buffers(AVCodecContext *s); -/* misc usefull functions */ +/* misc useful functions */ /** * returns a single letter to describe the picture type |