This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avutil/hwcontext: correctly set extended_data on hwframe_get_buffer
tags/n4.3
Timo Rothenpieler
6 years ago
parent
767f53533a
commit
b06ae06e6a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavutil/hwcontext.c
+ 2
- 0
libavutil/hwcontext.c
View File
@@ -557,6 +557,8 @@ int av_hwframe_get_buffer(AVBufferRef *hwframe_ref, AVFrame *frame, int flags)
return ret;
}
frame->extended_data = frame->data;
return 0;
}
Write
Preview
Loading…
Cancel
Save