FS-9267 #resolve [Raw decoded image from vpx codec is corrupted by video media bugs that modify the image]

This commit is contained in:
Anthony Minessale
2016-06-15 21:08:46 -05:00
parent dd5c4a539c
commit b0be5d6737
4 changed files with 27 additions and 5 deletions
+4 -2
View File
@@ -1627,7 +1627,8 @@ typedef enum {
SWITCH_CODEC_FLAG_AAL2 = (1 << 6),
SWITCH_CODEC_FLAG_PASSTHROUGH = (1 << 7),
SWITCH_CODEC_FLAG_READY = (1 << 8),
SWITCH_CODEC_FLAG_HAS_PLC = (1 << 15)
SWITCH_CODEC_FLAG_HAS_PLC = (1 << 15),
SWITCH_CODEC_FLAG_VIDEO_PATCHING = (1 << 16)
} switch_codec_flag_enum_t;
typedef uint32_t switch_codec_flag_t;
@@ -1769,7 +1770,8 @@ typedef enum {
SMBF_WRITE_VIDEO_STREAM = (1 << 20),
SMBF_VIDEO_PATCH = (1 << 21),
SMBF_SPY_VIDEO_STREAM = (1 << 22),
SMBF_SPY_VIDEO_STREAM_BLEG = (1 << 23)
SMBF_SPY_VIDEO_STREAM_BLEG = (1 << 23),
SMBF_READ_VIDEO_PATCH = (1 << 24)
} switch_media_bug_flag_enum_t;
typedef uint32_t switch_media_bug_flag_t;