已关闭
视频框架stable用例调试 #9350
anemoi创建于 20 天前关闭于 5 天前
视频框架stable用例调试 #9350
已关闭
共 1 个文件变更+1-1
| @@ -221,7 +221,7 @@ namespace MediaAVCodec { | |||
| 221 | bool VideoDecSample::needDump_ = false; | 221 | bool VideoDecSample::needDump_ = false; |
| 222 | bool VideoDecSample::isHardware_ = false; | 222 | bool VideoDecSample::isHardware_ = false; |
| 223 | bool VideoDecSample::isRosenWindow_ = false; | 223 | bool VideoDecSample::isRosenWindow_ = false; |
| 224 | -uint64_t VideoDecSample::sampleTimout_ = 180; | 224 | +uint64_t VideoDecSample::sampleTimout_ = 10; |
| 225 | uint64_t VideoDecSample::threadNum_ = 1; | 225 | uint64_t VideoDecSample::threadNum_ = 1; |
| 226 | using CreateXReaderFunc = int32_t (VideoDecSample::*)(); | 226 | using CreateXReaderFunc = int32_t (VideoDecSample::*)(); |
| 227 | struct { | 227 | struct { |