--- chromium-133.0.6943.16/media/filters/ffmpeg_glue.cc 2025/01/20 15:06:56 1.1 +++ chromium-133.0.6943.16/media/filters/ffmpeg_glue.cc 2025/01/20 15:07:32 @@ -111,7 +111,8 @@ // We don't allow H.264 parsing during demuxing since we have our own parser // and the ffmpeg one increases memory usage unnecessarily. - format_context_->flags |= AVFMT_FLAG_NOH264PARSE; + // TODO(crbug.com/355485812): Re-enable this flag. + // format_context_->flags |= AVFMT_FLAG_NOH264PARSE; // Ensures format parsing errors will bail out. From an audit on 11/2017, all // instances were real failures. Solves bugs like http://crbug.com/710791.