FFmpeg
|
#include "avformat.h"
#include "network.h"
#include "os_support.h"
#include "url.h"
#include "tls.h"
#include "libavutil/avstring.h"
#include "libavutil/getenv_utf8.h"
#include "libavutil/mem.h"
#include "libavutil/parseutils.h"
Go to the source code of this file.
Functions | |
static int | set_options (TLSShared *c, const char *uri) |
int | ff_tls_open_underlying (TLSShared *c, URLContext *parent, const char *uri, AVDictionary **options) |
|
static |
Definition at line 32 of file tls.c.
Referenced by ff_tls_open_underlying().
int ff_tls_open_underlying | ( | TLSShared * | c, |
URLContext * | parent, | ||
const char * | uri, | ||
AVDictionary ** | options | ||
) |
Definition at line 67 of file tls.c.
Referenced by ff_tls_open(), and tls_open().