Commit b1365649 authored by Anton Khirnov's avatar Anton Khirnov

a64: remove unneeded struct qualifier

parent d256ed78
......@@ -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] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment