You've already forked FFmpeg
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:
committed by
Michael Niedermayer
parent
c2d418f1e6
commit
b1d89f82b4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user