Searched refs:encryption_scheme_str (Results 1 – 2 of 2) sorted by relevance
226 char *encryption_scheme_str; member
101 …, allowed values are none, cenc-aes-ctr", offsetof(MOVMuxContext, encryption_scheme_str), AV_OPT…6582 if (mov->encryption_scheme_str != NULL && strcmp(mov->encryption_scheme_str, "none") != 0) { in mov_init()6583 if (strcmp(mov->encryption_scheme_str, "cenc-aes-ctr") == 0) { in mov_init()6599 mov->encryption_scheme_str); in mov_init()