Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > 50b683d450775ca84ad6748bcc4c81af > files > 7

chromium-browser-stable-57.0.2987.133-1.mga5.src.rpm

--- chromium-50.0.2661.75/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc.ffmpeg-2.4	2016-04-17 13:16:27.300000000 +0200
+++ chromium-50.0.2661.75/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc	2016-04-17 13:40:33.370000000 +0200
@@ -94,7 +94,7 @@
   RTC_DCHECK(decoder);
   RTC_DCHECK_EQ(context->pix_fmt, kPixelFormat);
   // Necessary capability to be allowed to provide our own buffers.
-  RTC_DCHECK(context->codec->capabilities | AV_CODEC_CAP_DR1);
+  RTC_DCHECK(context->codec->capabilities | CODEC_CAP_DR1);
 
   // |av_frame->width| and |av_frame->height| are set by FFmpeg. These are the
   // actual image's dimensions and may be different from |context->width| and