Skip to content

Commit

Permalink
Bug 1870401 - clang-format TestMediaDataEncoder.cpp r=media-playback-…
Browse files Browse the repository at this point in the history
…reviewers,alwu

Run
```
./mach clang-format --path dom/media/gtest/TestMediaDataEncoder.cpp
```

Differential Revision: https://phabricator.services.mozilla.com/D197364
  • Loading branch information
ChunMinChang committed Jan 2, 2024
1 parent 5adea88 commit c1e52c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dom/media/gtest/TestMediaDataEncoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ already_AddRefed<MediaDataEncoder> CreateVideoEncoder(
EncoderConfig(aCodec, gfx::IntSize{aWidth, aHeight}, aUsage, aPixelFormat,
aPixelFormat, FRAME_RATE /* FPS */,
KEYFRAME_INTERVAL /* keyframe interval */,
BIT_RATE /* bitrate */, BIT_RATE_MODE, pref, MediaDataEncoder::ScalabilityMode::None, aSpecific),
BIT_RATE /* bitrate */, BIT_RATE_MODE, pref,
MediaDataEncoder::ScalabilityMode::None, aSpecific),
taskQueue);

return e.forget();
Expand Down

0 comments on commit c1e52c4

Please sign in to comment.