Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-08-15 15:42:15 +0400
committerDiego Biurrun <diego@biurrun.de>2009-08-15 15:42:15 +0400
commit0ebe3b8e2bf74503d7c9cc383e29254a3cb06d55 (patch)
tree1418df21aaebbbaa788197bd6044ca630cce74e7 /libavcodec/libschroedinger.h
parentc64380009d7765cafc754f7084abde497638fdd3 (diff)
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.h4
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 */