mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
a64: remove unneeded struct qualifier
This commit is contained in:
parent
d256ed78ff
commit
b136564909
@ -25,7 +25,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…
Reference in New Issue
Block a user