Commit b06ae06e authored by Timo Rothenpieler's avatar Timo Rothenpieler

avutil/hwcontext: correctly set extended_data on hwframe_get_buffer

parent 767f5353
...@@ -557,6 +557,8 @@ int av_hwframe_get_buffer(AVBufferRef *hwframe_ref, AVFrame *frame, int flags) ...@@ -557,6 +557,8 @@ int av_hwframe_get_buffer(AVBufferRef *hwframe_ref, AVFrame *frame, int flags)
return ret; return ret;
} }
frame->extended_data = frame->data;
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment