[FFmpeg-devel] [PATCH] options: frame_size is also a decoding option

Federico Simoncelli federico.simoncelli at gmail.com
Thu Jan 2 23:41:39 CET 2014


On Thu, Jan 2, 2014 at 10:58 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Thu, Jan 02, 2014 at 04:32:32PM +0100, Federico Simoncelli wrote:
>> frame_size is used by the pulse audio decoder.
>
> what do you mean by "pulse audio decoder" ?
> theres a pulse audio muxer and a demuxer

Hi Michael,
 I was referring to this one (I assume "dec" stands for decoder/decoding):

libavdevice/pulse_audio_dec.c

> the table that you change is from the codec layer though.
> can you elaborate on what this fixes ?

$ ffmpeg -f pulse -frame_size 1536 -i default recording1.mp3
Codec AVOption frame_size () specified for input file #0 (default) is
not a decoding option.

-- 
Federico


More information about the ffmpeg-devel mailing list