summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12framerate.c
Commit message (Collapse)AuthorAge
* mpeg12: Add a common function to find the best frame rateMark Thompson2017-10-17
| | | | | | | This will be used later in both the mpeg2_metadata filter and the VAAPI MPEG-2 encoder. Also adds a unit test. (cherry picked from commit b5859e0b04bdbe12c97cb12ac10a45d51d2d73c9)
* Merge commit 'fe27792fd779ac4cdd5e57be5f6f488483c307b2'Hendrik Leppkes2016-11-14
| | | | | | | * commit 'fe27792fd779ac4cdd5e57be5f6f488483c307b2': build: Move ff_mpeg12_frame_rate_tab to a separate file Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* build: Move ff_mpeg12_frame_rate_tab to a separate fileDiego Biurrun2016-06-29
It is also used by the Dirac parsing code.