Skip to content
Snippets Groups Projects
Commit b1365649 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

a64: remove unneeded struct qualifier

parent d256ed78
No related branches found
No related tags found
No related merge requests found
......@@ -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] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment