Browse Source

Merge commit 'b136564909adec2043be4c94ade08b67ad443124'

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

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
c7c11058ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/a64.c

+ 1
- 1
libavformat/a64.c View File

@@ -24,7 +24,7 @@
#include "avformat.h" #include "avformat.h"
#include "rawenc.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; AVCodecContext *avctx = s->streams[0]->codec;
uint8_t header[5] = { uint8_t header[5] = {


Loading…
Cancel
Save