mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Merge commit 'b136564909adec2043be4c94ade08b67ad443124'
* commit 'b136564909adec2043be4c94ade08b67ad443124': a64: remove unneeded struct qualifier Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
c7c11058ab
@ -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…
Reference in New Issue
Block a user