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

remove 28181 is_aac define

This commit is contained in:
kyxlx550 2020-07-25 11:23:08 +08:00 committed by winlin
parent 5864ea3472
commit d02b560217
2 changed files with 0 additions and 14 deletions

View file

@ -260,7 +260,6 @@ private:
public:
int64_t parse_ps_timestamp(const uint8_t* p);
std::string get_ps_map_type_str(uint8_t);
bool is_aac();
virtual srs_error_t on_ps_stream(char* ps_data, int ps_size, uint32_t timestamp, uint32_t ssrc);
};