Add error reporting on VP8 encoder configuration error
Bug: webrtc:11310 Change-Id: I4ceb565b211a2313add193a3859f3baeaacc3e87 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/182001 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31964}
This commit is contained in:
committed by
Commit Bot
parent
7ad1011a19
commit
eeedb6ea33
@ -195,6 +195,10 @@ class LibvpxVp8Facade : public LibvpxInterface {
|
||||
vpx_codec_iter_t* iter) const override {
|
||||
return ::vpx_codec_get_cx_data(ctx, iter);
|
||||
}
|
||||
|
||||
const char* codec_error_detail(vpx_codec_ctx_t* ctx) const override {
|
||||
return ::vpx_codec_error_detail(ctx);
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user