mirror of
https://github.com/openharmony/third_party_openh264.git
synced 2026-07-01 06:06:19 -04:00
fix error ouputfile setting
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user