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

Ramiro Ribeiro Polla ramiro
Thu Sep 6 14:19:58 CEST 2007


Diego Biurrun wrote:
>> --- libavformat/audio.c	(revision 10415)
>> +++ libavformat/audio.c	(working copy)
>> @@ -308,7 +308,7 @@
>>  
>>  #ifdef CONFIG_AUDIO_DEMUXER
>> -AVInputFormat audio_demuxer = {
>> +AVInputFormat oss_demuxer = {
>> @@ -321,7 +321,7 @@
>>  
>>  #ifdef CONFIG_AUDIO_MUXER
>> -AVOutputFormat audio_muxer = {
>> +AVOutputFormat oss_muxer = {
>>     
>
> Shouldn't you update the #ifdefs here as well?
>   

Updated patches 1 and 5.

>> --- libavformat/allformats.c	(revision 10415)
>> +++ libavformat/allformats.c	(working copy)
>> @@ -55,13 +55,13 @@
>>      REGISTER_DEMUXER (AVS, avs);
>>      REGISTER_DEMUXER (BETHSOFTVID, bethsoftvid);
>> +    REGISTER_MUXDEMUX(AUDIO_BEOS, audio_beos);
>>      REGISTER_DEMUXER (BKTR, bktr);
>>     
>
> Ahem ...
>   

Hey, at least I only got one wrong this time =)

I'll commit tomorrow unless someone notices another missed alphabetical 
list...

Ramiro Polla
-------------- next part --------------
A non-text attachment was scrubbed...
Name: audio12.diff
Type: text/x-patch
Size: 5912 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070906/2bb377e7/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: audio52.diff
Type: text/x-patch
Size: 1387 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070906/2bb377e7/attachment-0001.bin>



More information about the ffmpeg-devel mailing list