Closed Bug 1354993 Opened 7 years ago Closed 7 years ago

[Firefox for Android] Add PictureID into VP8 CodecSpecificInfo

Categories

(Core :: WebRTC: Audio/Video, enhancement, P2)

enhancement

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox55 --- fixed

People

(Reporter: mchiang, Unassigned)

References

Details

Attachments

(1 file)

      No description provided.
Rank: 25
Priority: -- → P2
Comment on attachment 8856358 [details]
Bug 1354993 - Add PictureID into VP8 CodecSpecificInfo.

https://reviewboard.mozilla.org/r/128284/#review131272

::: media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:49
(Diff revision 1)
>  class CallbacksSupport final : public JavaCallbacksSupport
>  {
>  public:
>    CallbacksSupport(webrtc::EncodedImageCallback* aCallback) :
>      mCallback(aCallback),
> -    mCritSect(webrtc::CriticalSectionWrapper::CreateCriticalSection()) {
> +    mCritSect(webrtc::CriticalSectionWrapper::CreateCriticalSection()),

Coding style:
```Constructor()
  : init1
  , init2
  , ...
{
  ...```
Attachment #8856358 - Flags: review?(jolin) → review+
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/8b1e46c6afa0
Add PictureID into VP8 CodecSpecificInfo. r=jolin
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/8b1e46c6afa0
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: