[FFmpeg-cvslog] r18516 - trunk/libavdevice/alsa-audio.h

cehoyos subversion
Wed Apr 15 00:33:46 CEST 2009


Author: cehoyos
Date: Wed Apr 15 00:33:46 2009
New Revision: 18516

Log:
Cosmetics: Split long line.

Modified:
   trunk/libavdevice/alsa-audio.h

Modified: trunk/libavdevice/alsa-audio.h
==============================================================================
--- trunk/libavdevice/alsa-audio.h	Wed Apr 15 00:30:11 2009	(r18515)
+++ trunk/libavdevice/alsa-audio.h	Wed Apr 15 00:33:46 2009	(r18516)
@@ -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);
 
 /**



More information about the ffmpeg-cvslog mailing list