diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-08-15 11:42:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-08-15 11:42:15 +0000 |
commit | 0ebe3b8e2bf74503d7c9cc383e29254a3cb06d55 (patch) | |
tree | 1418df21aaebbbaa788197bd6044ca630cce74e7 /libavcodec/libschroedinger.h | |
parent | c64380009d7765cafc754f7084abde497638fdd3 (diff) | |
download | ffmpeg-0ebe3b8e2bf74503d7c9cc383e29254a3cb06d55.tar.gz |
cosmetics: indentation, prettyprinting, K&R coding style
Originally committed as revision 19652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libschroedinger.h')
-rw-r--r-- | libavcodec/libschroedinger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/libschroedinger.h b/libavcodec/libschroedinger.h index ab48cbd6c7..71aa1b2251 100644 --- a/libavcodec/libschroedinger.h +++ b/libavcodec/libschroedinger.h @@ -50,7 +50,7 @@ SchroVideoFormatEnum ff_get_schro_video_format_preset (AVCodecContext *avccontex * Sets the Schroedinger frame format corresponding to the Schro chroma format * passed. Returns 0 on success, -1 on failure. */ -int ff_get_schro_frame_format (SchroChromaFormat schro_chroma_fmt, - SchroFrameFormat *schro_frame_fmt); +int ff_get_schro_frame_format(SchroChromaFormat schro_chroma_fmt, + SchroFrameFormat *schro_frame_fmt); #endif /* AVCODEC_LIBSCHROEDINGER_H */ |