X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/f8a32581fa04ce97bddafc42e8a567efffaa61e2..899f38df62b0846a638ee7c0611de7f9fe33727f:/libavdevice/alsa-audio.h diff --git a/libavdevice/alsa-audio.h b/libavdevice/alsa-audio.h index 2406e8d..a7fbb8d 100644 --- a/libavdevice/alsa-audio.h +++ b/libavdevice/alsa-audio.h @@ -63,8 +63,8 @@ typedef struct { * * @return 0 if OK, AVERROR_xxx on error */ -int ff_alsa_open(AVFormatContext *s, int mode, unsigned int *sample_rate, - int channels, int *codec_id); +int ff_alsa_open(AVFormatContext *s, snd_pcm_stream_t mode, unsigned int *sample_rate, + int channels, enum CodecID *codec_id); /** * Closes the ALSA PCM.