av/codec/lex
Trek H a3c7cb5616 revid: added chunkSize to audioInput and bufferSize to lex functions
The audio lexers need to know how much data they will be receiving unlike video which has a fixed buffer size.
This means that all the lex function will need to be given a buffer size since they are used as a function pointer with the same signature.
2019-05-05 17:56:14 +09:30
..
lex.go revid: added chunkSize to audioInput and bufferSize to lex functions 2019-05-05 17:56:14 +09:30
lex_test.go av: fixed conflicts with master 2019-03-28 11:03:05 +10:30