]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
some whitespace fixes
authorRudolf Polzer <divverent@xonotic.org>
Fri, 3 Jun 2011 18:47:42 +0000 (20:47 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 3 Jun 2011 18:47:42 +0000 (20:47 +0200)
cap_lavc.c

index eda6342851e38f077ba79481b48458fceab5cfca..8f9bebaba4f02148d43ec9ab0741e6f340a33aea 100644 (file)
@@ -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;