[SCM] libav/experimental: a64: remove unneeded struct qualifier

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:10 UTC 2014


The following commit has been merged in the experimental branch:
commit b136564909adec2043be4c94ade08b67ad443124
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sat May 3 10:43:27 2014 +0200

    a64: remove unneeded struct qualifier

diff --git a/libavformat/a64.c b/libavformat/a64.c
index 15a0475..640e786 100644
--- a/libavformat/a64.c
+++ b/libavformat/a64.c
@@ -25,7 +25,7 @@
 #include "avformat.h"
 #include "rawenc.h"
 
-static int a64_write_header(struct AVFormatContext *s)
+static int a64_write_header(AVFormatContext *s)
 {
     AVCodecContext *avctx = s->streams[0]->codec;
     uint8_t header[5] = {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list