git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d256ed7
)
a64: remove unneeded struct qualifier
author
Anton Khirnov
<anton@khirnov.net>
Sat, 3 May 2014 08:43:27 +0000
(10:43 +0200)
committer
Anton Khirnov
<anton@khirnov.net>
Sun, 18 May 2014 08:19:54 +0000
(10:19 +0200)
libavformat/a64.c
patch
|
blob
|
history
diff --git
a/libavformat/a64.c
b/libavformat/a64.c
index
15a0475
..
640e786
100644
(file)
--- a/
libavformat/a64.c
+++ b/
libavformat/a64.c
@@
-25,7
+25,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] = {