去除编译警告
This commit is contained in:
parent
e7569c8cbc
commit
c4c978be44
|
|
@ -30,6 +30,7 @@ string getOriginTypeString(MediaOriginType type){
|
||||||
SWITCH_CASE(ffmpeg_pull);
|
SWITCH_CASE(ffmpeg_pull);
|
||||||
SWITCH_CASE(mp4_vod);
|
SWITCH_CASE(mp4_vod);
|
||||||
SWITCH_CASE(device_chn);
|
SWITCH_CASE(device_chn);
|
||||||
|
default : return "unknown";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue