summaryrefslogtreecommitdiff
path: root/libavdevice/alsa-audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/alsa-audio.h')
-rw-r--r--libavdevice/alsa-audio.h3
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);
/**