修复有些rtmp包FFmpeg无法解码的问题

This commit is contained in:
xiongziliang
2018-11-16 15:46:49 +08:00
parent 7586070255
commit 214cc4c505
2 changed files with 25 additions and 19 deletions

View File

@@ -95,6 +95,7 @@ private:
private:
H264Track::Ptr _track;
bool _gotSpsPps = false;
RtmpPacket::Ptr _lastPacket;
};
}//namespace mediakit