Browse Source

Fixed a typo, cosmetics.

Originally committed as revision 7598 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benjamin Larsson 19 years ago
parent
commit
65de07ea4f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/zmbvenc.c

+ 1
- 1
libavcodec/zmbvenc.c View File

@@ -300,7 +300,7 @@ static int encode_init(AVCodecContext *avctx)


/**
* Uninit zmbv decoder
* Uninit zmbv encoder
*/
static int encode_end(AVCodecContext *avctx)
{


Loading…
Cancel
Save