From b136564909adec2043be4c94ade08b67ad443124 Mon Sep 17 00:00:00 2001
From: Anton Khirnov <anton@khirnov.net>
Date: Sat, 3 May 2014 10:43:27 +0200
Subject: [PATCH] a64: remove unneeded struct qualifier

---
 libavformat/a64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/a64.c b/libavformat/a64.c
index 15a0475703f..640e7868366 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] = {
-- 
GitLab