From 65de07ea4f8f7dd38ab09e14244c77eb03a6e563 Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Sun, 21 Jan 2007 12:27:53 +0000 Subject: [PATCH] Fixed a typo, cosmetics. Originally committed as revision 7598 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/zmbvenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {