comparison 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
comparison
equal deleted inserted replaced
10059:c6ace59701ce 10060:965220ebc611
48 48
49 /** 49 /**
50 * Sets the Schroedinger frame format corresponding to the Schro chroma format 50 * Sets the Schroedinger frame format corresponding to the Schro chroma format
51 * passed. Returns 0 on success, -1 on failure. 51 * passed. Returns 0 on success, -1 on failure.
52 */ 52 */
53 int ff_get_schro_frame_format (SchroChromaFormat schro_chroma_fmt, 53 int ff_get_schro_frame_format(SchroChromaFormat schro_chroma_fmt,
54 SchroFrameFormat *schro_frame_fmt); 54 SchroFrameFormat *schro_frame_fmt);
55 55
56 #endif /* AVCODEC_LIBSCHROEDINGER_H */ 56 #endif /* AVCODEC_LIBSCHROEDINGER_H */