[FFmpeg-devel] [PATCH] ALSA for libavdevice

Diego Biurrun diego
Tue Jan 20 00:26:33 CET 2009


On Mon, Jan 19, 2009 at 11:21:21PM +0100, Nicolas George wrote:
> 
> --- /dev/null
> +++ b/libavdevice/alsa-audio-dec.c
> @@ -0,0 +1,174 @@
> +
> +    /* take real parameters */
> +    st->codec->codec_type = CODEC_TYPE_AUDIO;
> +    st->codec->codec_id = codec_id;
> +    st->codec->sample_rate = sample_rate;
> +    st->codec->channels = ap->channels;

This could be aligned.  But I don't think you need to resend your patch
for this.

Diego




More information about the ffmpeg-devel mailing list