Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: media/filters/ffmpeg_video_decoder.cc

Issue 2640113004: Introduce Dolby Vision video codec and Demuxer support (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/filters/ffmpeg_video_decoder.cc
diff --git a/media/filters/ffmpeg_video_decoder.cc b/media/filters/ffmpeg_video_decoder.cc
index c9b3b3060b4096c7b59b4da11e499c35e9fb0ee4..03b6b3af4fb0a9121a9c933041a4a89f67b5f338 100644
--- a/media/filters/ffmpeg_video_decoder.cc
+++ b/media/filters/ffmpeg_video_decoder.cc
@@ -59,6 +59,7 @@ static int GetThreadCount(const VideoDecoderConfig& config) {
case kCodecMPEG2:
case kCodecHEVC:
case kCodecVP9:
+ case kCodecDolbyVision:
// We do not compile ffmpeg with support for any of these codecs.
break;

Powered by Google App Engine
This is Rietveld 408576698