Commit 133cc989 authored by Tobias Bindhammer's avatar Tobias Bindhammer

Cosmetic changes.

Originally committed as revision 24944 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2fdb2b54
......@@ -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
......
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