mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Cosmetics: Split long line.
Originally committed as revision 18516 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
899f38df62
commit
08982bb466
@ -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);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user