summaryrefslogtreecommitdiffstats
path: root/media/ffvpx/libavutil/opt.c
Commit message (Collapse)AuthorAgeLines
* [ffvpx] Restore AVOptions and dictionary featurestrav902018-04-26-0/+1994
FFmpeg requires specific default values in AVCodecContext to be set. Instead of manually setting these each time we resync with upstream, let's use FFmpeg's own AVOptions which automatically sets all the values to their default.