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

set audio/video flag to 0 in flv header.

This commit is contained in:
winlin 2014-04-17 16:08:56 +08:00
parent 73459547e1
commit 271b969d0b
2 changed files with 3 additions and 20 deletions

View file

@ -79,8 +79,6 @@ class SrsFlvEncoder
private:
SrsFileStream* _fs;
private:
bool has_audio;
bool has_video;
SrsStream* tag_stream;
public:
SrsFlvEncoder();