Bug 1859786 - Fix clang-tidy warning in video_capture_impl.cc. r=webrtc-reviewers,mjf
commitd390894a77985a91dca4cb3e398733ff909b0190
authorAndreas Pehrson <apehrson@mozilla.com>
Wed, 18 Oct 2023 17:21:52 +0000 (18 17:21 +0000)
committerAndreas Pehrson <apehrson@mozilla.com>
Wed, 18 Oct 2023 17:21:52 +0000 (18 17:21 +0000)
tree55c88bd9177bfc825130f09dc72e7722f79c2633
parenta6b98ef6b5b37669ef8ad01a0618fd36d1eb30d5
Bug 1859786 - Fix clang-tidy warning in video_capture_impl.cc. r=webrtc-reviewers,mjf

clang-tidy says:
  'auto dataCallBack' can be declared as 'auto *dataCallBack'

Differential Revision: https://phabricator.services.mozilla.com/D191302
third_party/libwebrtc/modules/video_capture/video_capture_impl.cc