[FFmpeg-user] Where are the definitions of choose_sample_fmts, choose_sample_rates, choose_channel_layouts?

Paul B Mahol onemda at gmail.com
Thu Aug 9 02:38:50 CEST 2012


On 8/8/12, JIA Pei <jp4work at gmail.com> wrote:
> Hi, Thanks Carl Eugen Hoyos:

Do not top post.
>
>
> I just downloaded ffmpeg source code from http://ffmpeg.org/download.html ,
> by using git:
> git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
>
> Well, I can't see anything related to
> choose_sample_fmts()
> choose_sample_rates()
> choose_channel_layouts()

They have moved recently.
>
>
> Lines from 660 to 709 are:
>
[...]
>
>
> I also checked libav from http://libav.org/download.html , there is no
> definition of these 3 functions as well. So, since there are only tens of
> lines of these functions in your download, can you please just attached
> your definitions of these 3 functions from line 666 to after 680 ???

Look for DEF_CHOOSE_FORMAT in ffmpeg_filter.c


More information about the ffmpeg-user mailing list