mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
Cosmetic changes.
Originally committed as revision 24944 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2fdb2b5438
commit
133cc989dd
@ -32,7 +32,7 @@ typedef struct A64MuxerContext {
|
||||
|
||||
static int a64_write_header(struct AVFormatContext *s)
|
||||
{
|
||||
AVCodecContext *avctx=s->streams[0]->codec;
|
||||
AVCodecContext *avctx = s->streams[0]->codec;
|
||||
A64MuxerContext *c = s->priv_data;
|
||||
uint8_t header[5] = {
|
||||
0x00, //load
|
||||
|
Loading…
Reference in New Issue
Block a user