lavc: Add hwaccel private data and init/uninit callbacks
This commit is contained in:
parent
ebc29519d1
commit
dd2d3b766b
4 changed files with 59 additions and 4 deletions
|
@ -206,6 +206,7 @@ static int update_context_from_thread(AVCodecContext *dst, AVCodecContext *src,
|
|||
|
||||
dst->hwaccel = src->hwaccel;
|
||||
dst->hwaccel_context = src->hwaccel_context;
|
||||
dst->internal->hwaccel_priv_data = src->internal->hwaccel_priv_data;
|
||||
}
|
||||
|
||||
if (for_user) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue