From 08982bb466293bbbf16407e6fe71f6d31e48d0aa Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 14 Apr 2009 22:33:46 +0000 Subject: [PATCH] Cosmetics: Split long line. Originally committed as revision 18516 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/alsa-audio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavdevice/alsa-audio.h b/libavdevice/alsa-audio.h index a7fbb8d281..e49e2ebded 100644 --- a/libavdevice/alsa-audio.h +++ b/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); /** -- GitLab