Merge commit 'b136564909
'
* commit 'b136564909
':
a64: remove unneeded struct qualifier
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
c7c11058ab
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue