Commit c7c11058 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'b1365649'

* commit 'b1365649':
  a64: remove unneeded struct qualifier
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 6a510909 b1365649
...@@ -24,7 +24,7 @@ ...@@ -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] = {
......
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