Merge commit 'b136564909adec2043be4c94ade08b67ad443124'

* commit 'b136564909adec2043be4c94ade08b67ad443124':
  a64: remove unneeded struct qualifier

Merged-by: Michael Niedermayer <michaelni@gmx.at>
pull/68/head
Michael Niedermayer 11 years ago
commit c7c11058ab
  1. 2
      libavformat/a64.c

@ -24,7 +24,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