Mercurial > libavcodec.hg
diff libschroedinger.h @ 10060:965220ebc611 libavcodec
cosmetics: indentation, prettyprinting, K&R coding style
| author | diego |
|---|---|
| date | Sat, 15 Aug 2009 11:42:15 +0000 |
| parents | acbb86a779b8 |
| children | 09f2db2d7c90 |
line wrap: on
line diff
--- a/libschroedinger.h Sat Aug 15 11:32:11 2009 +0000 +++ b/libschroedinger.h Sat Aug 15 11:42:15 2009 +0000 @@ -50,7 +50,7 @@ * 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 */
