commit | 50db72355a2ed5520b73f867bdb072b2fef24188 | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Wed May 07 10:27:33 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 07 10:43:08 2025 |
tree | 42059d284db0db2f1f589a0948c41d81a864e083 | |
parent | 50544d8dc470205fcce35f4cea6ac373e718a358 [diff] |
Revert "IWYU modules/video_coding/codecs/h264" This reverts commit d66b2f9f60329e08046c0c9e021f0bc967e9a3bd. Reason for revert: Breaks import Original change's description: > IWYU modules/video_coding/codecs/h264 > > using > find modules/video_coding/codecs/h264 -name "*.h" -o -name "*.cc" | | xargs tools_webrtc/iwyu/apply-include-cleaner > followed by > tools_webrtc/gn_check_autofix.py -C out/Default/ > and git cl format > > Manual changes to move the includes inside the RTC_USE_H264 define > and wrap libavcodec/libavformat inside extern "C". > Some RTC_USE_H264 includes no longer need to be guarded as the files which are included are fully guarded by that define. > > BUG=webrtc:42226242 > > Change-Id: I3f49028be95e984526d96372acffa3ef21127333 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/385820 > Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> > Commit-Queue: Philipp Hancke <phancke@meta.com> > Reviewed-by: Erik Språng <sprang@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#44526} Bug: webrtc:42226242 No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: I60f5df9ba6cb3f5754737febd11221af0d33f4d4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/390280 Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44533}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.