diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-04-14 22:33:46 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-04-14 22:33:46 +0000 |
commit | 08982bb466293bbbf16407e6fe71f6d31e48d0aa (patch) | |
tree | 87767571740273997e9c56e4dda5df7d823cea79 | |
parent | 899f38df62b0846a638ee7c0611de7f9fe33727f (diff) | |
download | ffmpeg-08982bb466293bbbf16407e6fe71f6d31e48d0aa.tar.gz |
Cosmetics: Split long line.
Originally committed as revision 18516 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavdevice/alsa-audio.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); /** |