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:
Anthony Minessale
2015-04-15 12:56:07 -05:00
committed by Michael Jerris
parent 08adbe1781
commit 5fcda7120e
3 changed files with 28 additions and 1 deletions
+1
View File
@@ -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) */