Use sps and pps to determine decodability of H.264 frames.
NOPRESUBMIT=true BUG=webrtc:6208 R=philipel@webrtc.org Review URL: https://codereview.webrtc.org/2341713002 . Cr-Commit-Position: refs/heads/master@{#14458}
This commit is contained in:
@ -11,6 +11,8 @@
|
||||
#ifndef WEBRTC_MODULES_VIDEO_CODING_FRAME_BUFFER_H_
|
||||
#define WEBRTC_MODULES_VIDEO_CODING_FRAME_BUFFER_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "webrtc/modules/include/module_common_types.h"
|
||||
#include "webrtc/modules/video_coding/include/video_coding.h"
|
||||
#include "webrtc/modules/video_coding/encoded_frame.h"
|
||||
@ -61,6 +63,8 @@ class VCMFrameBuffer : public VCMEncodedFrame {
|
||||
int Tl0PicId() const;
|
||||
bool NonReference() const;
|
||||
|
||||
std::vector<NaluInfo> GetNaluInfos() const;
|
||||
|
||||
void SetGofInfo(const GofInfoVP9& gof_info, size_t idx);
|
||||
|
||||
// Increments a counter to keep track of the number of packets of this frame
|
||||
|
||||
Reference in New Issue
Block a user