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
lavc/x264: Also clean-up libx264rgb after init errors.
Missed in
c180f0f6
tags/n4.3
Carl Eugen Hoyos
6 years ago
parent
808a6717e0
commit
434588596f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/libx264.c
+ 1
- 0
libavcodec/libx264.c
View File
@@ -1195,6 +1195,7 @@ AVCodec ff_libx264rgb_encoder = {
.priv_class = &rgbclass,
.defaults = x264_defaults,
.pix_fmts = pix_fmts_8bit_rgb,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
.wrapper_name = "libx264",
};
#endif
Write
Preview
Loading…
Cancel
Save