修复bug

This commit is contained in:
xiongziliang
2018-10-24 10:03:51 +08:00
parent f3f7a96281
commit 4858dc74ef
4 changed files with 29 additions and 28 deletions

View File

@@ -156,7 +156,7 @@ public:
if(_sps.empty() || _pps.empty()){
return TrackInvalid;
}
return TrackAudio;
return TrackVideo;
}