diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2007-01-21 12:27:53 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2007-01-21 12:27:53 +0000 |
commit | 65de07ea4f8f7dd38ab09e14244c77eb03a6e563 (patch) | |
tree | 033a731d12054adc1358d277c8dfd6309a850b6c | |
parent | 96dbe78f751f4b7c3f8324c590d5e8158e597ac0 (diff) | |
download | ffmpeg-65de07ea4f8f7dd38ab09e14244c77eb03a6e563.tar.gz |
Fixed a typo, cosmetics.
Originally committed as revision 7598 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/zmbvenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/zmbvenc.c b/libavcodec/zmbvenc.c index e97b8559f4..a7a7a16da9 100644 --- a/libavcodec/zmbvenc.c +++ b/libavcodec/zmbvenc.c @@ -300,7 +300,7 @@ static int encode_init(AVCodecContext *avctx) /** - * Uninit zmbv decoder + * Uninit zmbv encoder */ static int encode_end(AVCodecContext *avctx) { |