mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +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
cbe4f10ba3
commit
dd3d6cbe76
@@ -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