From: Rudolf Polzer Date: Fri, 3 Jun 2011 18:47:42 +0000 (+0200) Subject: some whitespace fixes X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=72a029f43e177c0940ea6a4819b3322f7d17600e;p=xonotic%2Fdarkplaces.git some whitespace fixes --- 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;