git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
c syntax update patch by (mru at users dot sourceforge dot net (Måns Rullgård))
[ffmpeg.git]
/
libav
/
audio.c
diff --git
a/libav/audio.c
b/libav/audio.c
index
42f074d
..
bef3e46
100644
(file)
--- a/
libav/audio.c
+++ b/
libav/audio.c
@@
-280,7
+280,7
@@
AVInputFormat audio_in_format = {
audio_read_header,
audio_read_packet,
audio_read_close,
audio_read_header,
audio_read_packet,
audio_read_close,
-
flags:
AVFMT_NOFILE,
+
.flags =
AVFMT_NOFILE,
};
AVOutputFormat audio_out_format = {
};
AVOutputFormat audio_out_format = {
@@
-301,7
+301,7
@@
AVOutputFormat audio_out_format = {
audio_write_header,
audio_write_packet,
audio_write_trailer,
audio_write_header,
audio_write_packet,
audio_write_trailer,
-
flags:
AVFMT_NOFILE,
+
.flags =
AVFMT_NOFILE,
};
int audio_init(void)
};
int audio_init(void)