1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

c standard style / warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))

Originally committed as revision 1180 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2002-11-09 15:37:19 +00:00
committed by Michael Niedermayer
parent c2d418f1e6
commit b1d89f82b4
2 changed files with 8 additions and 8 deletions

View File

@@ -465,7 +465,7 @@ AVOutputFormat null_oformat = {
raw_write_header,
null_write_packet,
raw_write_trailer,
flags: AVFMT_NOFILE | AVFMT_RAWPICTURE,
.flags = AVFMT_NOFILE | AVFMT_RAWPICTURE,
};
int raw_init(void)