Commit d962d69f authored by cehoyos's avatar cehoyos

Cosmetics: Split long line.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18516 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b41733c1
...@@ -63,7 +63,8 @@ typedef struct { ...@@ -63,7 +63,8 @@ typedef struct {
* *
* @return 0 if OK, AVERROR_xxx on error * @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); int channels, enum CodecID *codec_id);
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment