* rocDecode: Added two typo fixes. (#690)
[ROCm/rocdecode commit: b2752f68cf]
Этот коммит содержится в:
@@ -220,7 +220,7 @@ int FFMpegVideoDecoder::HandleVideoSequence(RocdecVideoFormatHost *format_host)
|
||||
|
||||
bool FFMpegVideoDecoder::GetOutputSurfaceInfo(OutputSurfaceInfo **surface_info) {
|
||||
if (!disp_width_ || !disp_height_) {
|
||||
std::cerr << "ERROR: FFMpegVideo is not intialized" << std::endl;
|
||||
std::cerr << "ERROR: FFMpegVideo is not initialized" << std::endl;
|
||||
return false;
|
||||
}
|
||||
*surface_info = &output_surface_info_;
|
||||
|
||||
@@ -1065,7 +1065,7 @@ void RocVideoDecoder::GetDeviceinfo(std::string &device_name, std::string &gcn_a
|
||||
|
||||
bool RocVideoDecoder::GetOutputSurfaceInfo(OutputSurfaceInfo **surface_info) {
|
||||
if (!disp_width_ || !disp_height_) {
|
||||
std::cerr << "ERROR: RocVideoDecoder is not intialized" << std::endl;
|
||||
std::cerr << "ERROR: RocVideoDecoder is not initialized" << std::endl;
|
||||
return false;
|
||||
}
|
||||
*surface_info = &output_surface_info_;
|
||||
|
||||
Ссылка в новой задаче
Block a user