]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavdevice/alsa-audio.h
Cosmetics: Split long line.
[frescor/ffmpeg.git] / libavdevice / alsa-audio.h
index a7fbb8d281b15a9ef45dba3af62f7adf9f14066f..e49e2ebded22cd15b80a2c21e6a730ccf1e4b31a 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);
 
 /**