Browse Source

Cosmetics: Split long line.

Originally committed as revision 18516 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos 16 years ago
parent
commit
08982bb466
1 changed files with 2 additions and 1 deletions
  1. 2 1
      libavdevice/alsa-audio.h

+ 2 - 1
libavdevice/alsa-audio.h

@@ -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);
 
 /**