Implement the force_fps option, which disables the automatic selection
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 28 Sep 2008 17:34:03 +0000 (17:34 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 28 Sep 2008 17:34:03 +0000 (17:34 +0000)
commitd2845b758e73743bbc221d24f159a6b87e99822e
tree11ccffe5d3617d4f9fff80c647779c82d5a5e148
parent4c149a80e6af268d4270943cf78b0d6b4e92b274
Implement the force_fps option, which disables the automatic selection
of the best framerate amongst the list of supported framerates of the
codec. Use the av_find_nearest_q_idx() function to choose the best
framerate.

See the thread: "Implement in lavc a flag which makes avcodec_open()
to choose the best framerate".

Originally committed as revision 15445 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c