Delete unused video coding error codes.
Bug: webrtc:8064 Change-Id: I0fb714acc1bd86e230139eb929137a10710652ba Reviewed-on: https://webrtc-review.googlesource.com/c/113000 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25887}
This commit is contained in:
@ -27,17 +27,12 @@ namespace webrtc {
|
||||
#define VCM_MISSING_CALLBACK 1
|
||||
#define VCM_OK 0
|
||||
#define VCM_GENERAL_ERROR -1
|
||||
#define VCM_LEVEL_EXCEEDED -2
|
||||
#define VCM_MEMORY -3
|
||||
#define VCM_PARAMETER_ERROR -4
|
||||
#define VCM_UNKNOWN_PAYLOAD -5
|
||||
#define VCM_CODEC_ERROR -6
|
||||
#define VCM_UNINITIALIZED -7
|
||||
#define VCM_NO_CODEC_REGISTERED -8
|
||||
#define VCM_JITTER_BUFFER_ERROR -9
|
||||
#define VCM_OLD_PACKET_ERROR -10
|
||||
#define VCM_NO_FRAME_DECODED -11
|
||||
#define VCM_NOT_IMPLEMENTED -20
|
||||
|
||||
enum {
|
||||
// Timing frames settings. Timing frames are sent every
|
||||
|
||||
Reference in New Issue
Block a user