comparison zmbvenc.c @ 4368:db099de6638f libavcodec

Fixed a typo, cosmetics.
author banan
date Sun, 21 Jan 2007 12:27:53 +0000
parents 9900add82642
children 6f34a614f5d9
comparison
equal deleted inserted replaced
4367:b885917fbfef 4368:db099de6638f
298 } 298 }
299 299
300 300
301 301
302 /** 302 /**
303 * Uninit zmbv decoder 303 * Uninit zmbv encoder
304 */ 304 */
305 static int encode_end(AVCodecContext *avctx) 305 static int encode_end(AVCodecContext *avctx)
306 { 306 {
307 ZmbvEncContext * const c = (ZmbvEncContext *)avctx->priv_data; 307 ZmbvEncContext * const c = (ZmbvEncContext *)avctx->priv_data;
308 308