Mercurial > libavcodec.hg
diff libschroedinger.c @ 10060:965220ebc611 libavcodec
cosmetics: indentation, prettyprinting, K&R coding style
| author | diego |
|---|---|
| date | Sat, 15 Aug 2009 11:42:15 +0000 |
| parents | e9d9d946f213 |
| children | 09f2db2d7c90 |
line wrap: on
line diff
--- a/libschroedinger.c Sat Aug 15 11:32:11 2009 +0000 +++ b/libschroedinger.c Sat Aug 15 11:42:15 2009 +0000 @@ -57,8 +57,8 @@ unsigned int idx = ff_dirac_schro_get_video_format_idx (avccontext); - return (idx < num_formats) ? - ff_schro_video_formats[idx] : SCHRO_VIDEO_FORMAT_CUSTOM; + return (idx < num_formats) ? ff_schro_video_formats[idx] : + SCHRO_VIDEO_FORMAT_CUSTOM; } int ff_get_schro_frame_format (SchroChromaFormat schro_pix_fmt, @@ -71,8 +71,7 @@ for (idx = 0; idx < num_formats; ++idx) { if (ffmpeg_schro_pixel_format_map[idx].schro_pix_fmt == schro_pix_fmt) { - *schro_frame_fmt = - ffmpeg_schro_pixel_format_map[idx].schro_frame_fmt; + *schro_frame_fmt = ffmpeg_schro_pixel_format_map[idx].schro_frame_fmt; return 0; } }
