1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Optimize init h265 track and format.

This commit is contained in:
chundonglinlin 2025-02-21 23:05:39 +08:00
parent 83e8877623
commit 8953dbfba1
7 changed files with 49 additions and 53 deletions

View file

@ -74,7 +74,6 @@ public:
virtual void on_unpublish();
virtual srs_error_t on_frame(SrsSharedPtrMessage* frame);
srs_error_t on_rtp(SrsRtpPacket* pkt);
srs_error_t update_codec(SrsVideoCodecId id);
};
#endif