Skip to content
Snippets Groups Projects
Commit 08982bb4 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

Cosmetics: Split long line.

Originally committed as revision 18516 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 899f38df
No related branches found
No related tags found
No related merge requests found
...@@ -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);
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment