[FFmpeg-devel] [PATCH] Cleanup for audio grabbing interface and build system

Diego Biurrun diego
Thu Sep 6 18:30:31 CEST 2007


On Thu, Sep 06, 2007 at 09:19:58AM -0300, Ramiro Ribeiro Polla wrote:
>
> I'll commit tomorrow unless someone notices another missed alphabetical 
> list...

Patch OK.

> --- libavformat/audio.c.orig	2007-09-05 17:09:30.000000000 -0300
> +++ libavformat/audio.c	2007-09-05 17:09:39.000000000 -0300
> @@ -309,7 +309,7 @@
>  
>  #ifdef CONFIG_OSS_DEMUXER
>  AVInputFormat oss_demuxer = {
> -    "audio_device",
> +    "oss",
>      "audio grab and output",
>      sizeof(AudioData),
>      NULL,
> @@ -322,7 +322,7 @@
>  
>  #ifdef CONFIG_OSS_MUXER
>  AVOutputFormat oss_muxer = {
> -    "audio_device",
> +    "oss",
>      "audio grab and output",
>      "",
>      "",

This reminds me that the file should really be renamed to oss.c.  Or
maybe it would be better to call it audio_oss.c and rename the (de)muxer
accordingly?

Diego




More information about the ffmpeg-devel mailing list