ref: 03890fe86f4841264c5b83076de10fd4dde36fc7
parent: c7fcba06c7fab941384800dd094edee77fa5cfcb
author: Gregory J. Wolfe <gregory.wolfe@kodakalaris.com>
date: Tue Feb 23 08:21:06 EST 2016
Added support for "video signal type present" information. The "Video signal type present" information is written to the output video file when it is created, and later is used by the decoder to properly decode the compressed video data. The saved attributes are: - format type (PAL, NTSC, etc.) - color primaries (BT709, SMPTE170M, etc.) - transfer characteristics (BT709, SMPTE170M, etc.) - color matrix ((BT709, SMPTE170M, etc.) These modifications allow the client to specify these attributes and, if specified, makes sure they are written to the output file.
--- a/test/encoder/EncUT_ParameterSetStrategy.cpp
+++ b/test/encoder/EncUT_ParameterSetStrategy.cpp
@@ -123,7 +123,6 @@
TEST_F (ParameterSetStrategyTest, TestVSTPParameters) {
int32_t iRet = 0;
bool FalseLocal = false; // EXPECT_EQ does not like "true" or "false" as its first arg
- bool TrueLocal = true;
// this test verifies that the client's "video signal type present" parameter values end up in SWelsSPS