---
libavformat/a64.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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] = {
--
1.7.10.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel