OSDN Git Service

Cosmetics: Split long line.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Tue, 14 Apr 2009 22:33:46 +0000 (22:33 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Tue, 14 Apr 2009 22:33:46 +0000 (22:33 +0000)
Originally committed as revision 18516 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavdevice/alsa-audio.h

index a7fbb8d..e49e2eb 100644 (file)
@@ -63,7 +63,8 @@ typedef struct {
  *
  * @return 0 if OK, AVERROR_xxx on error
  */
-int ff_alsa_open(AVFormatContext *s, snd_pcm_stream_t mode, unsigned int *sample_rate,
+int ff_alsa_open(AVFormatContext *s, snd_pcm_stream_t mode,
+                 unsigned int *sample_rate,
                  int channels, enum CodecID *codec_id);
 
 /**