Remove temporary 8-bit H264 HDR fix

Bug: webrtc:10575, chromium:956468
Change-Id: Ie49af9c9624962bd19147833a167e5830bb81fe2
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161004
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Commit-Queue: Johannes Kron <kron@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29948}
This commit is contained in:
Johannes Kron
2019-11-28 13:48:07 +01:00
committed by Commit Bot
parent 096a46f38f
commit b8306cc9bb
2 changed files with 2 additions and 20 deletions

View File

@ -77,7 +77,6 @@ class H264DecoderImpl : public H264Decoder {
const char* ImplementationName() const override;
private:
const bool kEnable8bitHdrFix_;
// Called by FFmpeg when it needs a frame buffer to store decoded frames in.
// The |VideoFrame| returned by FFmpeg at |Decode| originate from here. Their
// buffers are reference counted and freed by FFmpeg using |AVFreeBuffer2|.