webrtc/modules/video_coding/codecs/vp8
Sergey Silkin 9039969de2 Call vpx_codec_destroy() only if vpx_codec_init() call preceded.
This fixes the issue when Init() with correct codec settings fails
because preceding Init() was called with wrong settings.

Bug: webrtc:8969
Change-Id: I50e618af6266ef593942fda27839c7c01e8717ae
Reviewed-on: https://webrtc-review.googlesource.com/59382
Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22271}
2018-03-02 15:43:29 +00:00
..
include Reland "Update internal SW codecs to return unique_ptrs" 2017-11-13 14:23:58 +00:00
test Move default thresholds from QualityScaler to encoders. 2018-02-23 13:12:36 +00:00
default_temporal_layers.cc Break VP8 temporal_layers dependency on libvpx. 2018-01-25 10:37:21 +00:00
default_temporal_layers.h Break VP8 temporal_layers dependency on libvpx. 2018-01-25 10:37:21 +00:00
default_temporal_layers_unittest.cc Break VP8 temporal_layers dependency on libvpx. 2018-01-25 10:37:21 +00:00
screenshare_layers.cc Break VP8 temporal_layers dependency on libvpx. 2018-01-25 10:37:21 +00:00
screenshare_layers.h Break VP8 temporal_layers dependency on libvpx. 2018-01-25 10:37:21 +00:00
screenshare_layers_unittest.cc Break VP8 temporal_layers dependency on libvpx. 2018-01-25 10:37:21 +00:00
simulcast_rate_allocator.cc Reland "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." 2018-01-18 22:42:23 +00:00
simulcast_rate_allocator.h Reland "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." 2018-01-18 22:42:23 +00:00
simulcast_test_utility.h Remove unused fields from VideoCodecVP8. 2018-02-09 15:55:59 +00:00
simulcast_unittest.cc Reland "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." 2018-01-18 22:42:23 +00:00
temporal_layers.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
temporal_layers.h Break VP8 temporal_layers dependency on libvpx. 2018-01-25 10:37:21 +00:00
vp8_impl.cc Call vpx_codec_destroy() only if vpx_codec_init() call preceded. 2018-03-02 15:43:29 +00:00
vp8_impl.h Change forced software encoder fallback for VP8 to be only based on resolution and not bitrate. 2017-11-13 10:58:42 +00:00