Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > 2732c42c1bcb34f8656d2c1c975286c4 > files > 8

chromium-browser-stable-52.0.2743.82-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