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
libavcodec/videotoolboxenc: Fix crash when frame received after error
Signed-off-by: Rick Kern <kernrj@gmail.com>
tags/n4.4
Rick Kern
4 years ago
parent
9837f5a643
commit
adcdf0bc60
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/videotoolboxenc.c
+ 0
- 1
libavcodec/videotoolboxenc.c
View File
@@ -573,7 +573,6 @@ static void vtenc_output_callback(
ExtraSEI *sei = sourceFrameCtx;
if (vtctx->async_error) {
if(sample_buffer) CFRelease(sample_buffer);
return;
}
Write
Preview
Loading…
Cancel
Save