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

refine flv codec, rename fast encoder to flv vod stream decoder

This commit is contained in:
winlin 2014-07-05 07:40:55 +08:00
parent 032118581a
commit 8271bd657b
4 changed files with 290 additions and 277 deletions

View file

@ -304,7 +304,7 @@ int SrsHttpVhost::response_flv_file2(SrsSocket* skt, SrsHttpMessage* req, string
return ret;
}
SrsFlvFastDecoder ffd;
SrsFlvVodStreamDecoder ffd;
// open fast decoder
if ((ret = ffd.initialize(&fs)) != ERROR_SUCCESS) {