Chromium Code Reviews| Index: media/ffmpeg/ffmpeg_common.cc |
| diff --git a/media/ffmpeg/ffmpeg_common.cc b/media/ffmpeg/ffmpeg_common.cc |
| index 6e7bd155cd80d9f103cfbd7670e8e5381263cd3e..371193b62abebbf992767e4a5f5a82f33cef7d42 100644 |
| --- a/media/ffmpeg/ffmpeg_common.cc |
| +++ b/media/ffmpeg/ffmpeg_common.cc |
| @@ -391,7 +391,7 @@ void AVStreamToVideoDecoderConfig( |
| if (record_stats) { |
| UMA_HISTOGRAM_ENUMERATION("Media.VideoColorRange", |
| stream->codec->color_range, |
| - AVCOL_RANGE_NB); |
| + AVCOL_RANGE_NB); // PRESUBMIT_IGNORE_UMA_MAX |
|
Ami GONE FROM CHROMIUM
2014/02/12 20:26:48
NOTE why IGNORE (like the other comment)
|
| } |
| VideoFrame::Format format = PixelFormatToVideoFormat(stream->codec->pix_fmt); |