Moved NackModule and VCMPacket to their own targets
Bug: webrtc:9373 Change-Id: I1e882b734dcafb5c633eabf08bb8a1a6a407a251 Reviewed-on: https://webrtc-review.googlesource.com/81744 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23621}
This commit is contained in:

committed by
Commit Bot

parent
88aee288f8
commit
8643b78750
@ -58,15 +58,6 @@ enum VCMFrameBufferStateEnum {
|
||||
};
|
||||
|
||||
enum { kH264StartCodeLengthBytes = 4 };
|
||||
|
||||
// Used to indicate if a received packet contain a complete NALU (or equivalent)
|
||||
enum VCMNaluCompleteness {
|
||||
kNaluUnset = 0, // Packet has not been filled.
|
||||
kNaluComplete = 1, // Packet can be decoded as is.
|
||||
kNaluStart, // Packet contain beginning of NALU
|
||||
kNaluIncomplete, // Packet is not beginning or end of NALU
|
||||
kNaluEnd, // Packet is the end of a NALU
|
||||
};
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // MODULES_VIDEO_CODING_JITTER_BUFFER_COMMON_H_
|
||||
|
Reference in New Issue
Block a user