a64: remove unneeded struct qualifier

pull/68/head
Anton Khirnov 11 years ago
parent d256ed78ff
commit b136564909
  1. 2
      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] = {

Loading…
Cancel
Save