From: cehoyos Date: Tue, 14 Apr 2009 22:33:46 +0000 (+0000) Subject: Cosmetics: Split long line. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/d962d69f2ef1bcd3b49bb37d073f1c89b3a88538 Cosmetics: Split long line. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18516 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavdevice/alsa-audio.h b/libavdevice/alsa-audio.h index a7fbb8d28..e49e2ebde 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); /**