[FFmpeg-devel] [PATCH] Add support for sndio to libavdevice

Måns Rullgård mans
Thu Aug 5 09:21:21 CEST 2010


Diego Biurrun <diego at biurrun.de> writes:

> On Mon, Aug 02, 2010 at 07:42:28PM -0400, Brad wrote:
>> 
>> Please provide any feedback.
>
> Here you go..
>
>> --- Changelog	(revision 24666)
>> +++ Changelog	(working copy)
>> @@ -27,9 +27,9 @@
>>  - SubRip subtitle file muxer and demuxer
>>  - Chinese AVS encoding via libxavs
>>  - ffprobe -show_packets option added
>> +- sndio support for playback and record
>>  
>>  
>> -
>>  version 0.6:
>
> The empty line was there on purpose.

Care to tell us _what_ that purpose is?

>> +#if HAVE_BIGENDIAN
>> +    CODEC_ID_PCM_S16BE,
>> +#else
>> +    CODEC_ID_PCM_S16LE,
>> +#endif
>
> I faintly remember we had a machine/native endian version of this.

If we don't, we should add them.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list