Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avcodec/frame_thread_encoder: Fix AV_OPT_TYPE_STRING handling in avctx
This is the equivalent to what 7d317d4 did for the codec-specific options. av_opt_copy has specific handling so it's fine that we already copied the whole context before. Signed-off-by: Reimar Döffinger <[email protected]>
- Loading branch information