mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-07 12:51:51 +00:00
FS-10209: [freeswitch-core,mod_av] Add auth params to file handles #resolve
This commit is contained in:
@@ -340,6 +340,8 @@ typedef struct switch_mm_s {
|
||||
int scale_w;
|
||||
int scale_h;
|
||||
switch_img_fmt_t fmt;
|
||||
char *auth_username;
|
||||
char *auth_password;
|
||||
} switch_mm_t;
|
||||
|
||||
/*! an abstract representation of a file handle (some parameters based on compat with libsndfile) */
|
||||
|
||||
Reference in New Issue
Block a user