mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
FS-7519: increase default video buffer to 2mb in avformat and add vbuf file param to change it per file using a number of bytes with k or m modifier for kilobytes and megabytes
This commit is contained in:
committed by
Michael Jerris
parent
08adbe1781
commit
5fcda7120e
@@ -307,6 +307,7 @@ typedef struct switch_mm_s {
|
||||
int vw;
|
||||
int vh;
|
||||
float fps;
|
||||
int vbuf;
|
||||
} switch_mm_t;
|
||||
|
||||
/*! an abstract representation of a file handle (some parameters based on compat with libsndfile) */
|
||||
|
||||
Reference in New Issue
Block a user