fix error ouputfile setting

This commit is contained in:
ruil2
2018-01-08 14:19:36 +08:00
parent d2e5769dce
commit 9edcf7492e
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -856,6 +856,10 @@ int ProcessEncoding (ISVCEncoder* pPtrEnc, int argc, char** argv, bool bConfigFi
iRet = 1;
goto INSIDE_MEM_FREE;
}
} else {
fprintf (stderr, "Don't set the proper bitstream filename!\n");
iRet = 1;
goto INSIDE_MEM_FREE;
}
#if defined(COMPARE_DATA)
+1 -1
View File
@@ -6,7 +6,7 @@ SimulcastAVC 0 # 0: use SVC syntax for higher l
SourceWidth 152 # Input frame width
SourceHeight 100 # Input frame height
InputFile ../res/Static_152_100.yuv # Input file
wutputFile Static.264 # Bitstream file
OutputFile Static.264 # Bitstream file
MaxFrameRate 30 # Maximum frame rate [Hz]
FramesToBeEncoded -1 # Number of frames (at input frame rate)