From 72a029f43e177c0940ea6a4819b3322f7d17600e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 3 Jun 2011 20:47:42 +0200 Subject: [PATCH] some whitespace fixes --- cap_lavc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cap_lavc.c b/cap_lavc.c index eda63428..8f9bebab 100644 --- a/cap_lavc.c +++ b/cap_lavc.c @@ -228,9 +228,9 @@ typedef struct AVCodec { enum AVMediaType type; enum CodecID id; int priv_data_size; - int (*init)(AVCodecContext *); + int (*init)(AVCodecContext *); int (*encode)(AVCodecContext *, uint8_t *buf, int buf_size, void *data); - int (*close)(AVCodecContext *); + int (*close)(AVCodecContext *); int (*decode)(AVCodecContext *, void *outdata, int *outdata_size, AVPacket *avpkt); int capabilities; struct AVCodec *next; -- 2.39.2