FFmpeg
|
md5proto.c File Reference
#include <stdio.h>
#include "libavutil/avstring.h"
#include "libavutil/md5.h"
#include "libavutil/mem.h"
#include "libavutil/error.h"
#include "avformat.h"
#include "avio.h"
#include "url.h"
Include dependency graph for md5proto.c:
Go to the source code of this file.
Data Structures | |
struct | MD5Context |
Functions | |
static int | md5_open (URLContext *h, const char *filename, int flags) |
static int | md5_write (URLContext *h, const unsigned char *buf, int size) |
static int | md5_close (URLContext *h) |
Variables | |
URLProtocol | ff_md5_protocol |
Function Documentation
|
static |
Definition at line 56 of file md5proto.c.
|
static |
Definition at line 34 of file md5proto.c.
|
static |
Definition at line 49 of file md5proto.c.
Variable Documentation
URLProtocol ff_md5_protocol |
Initial value:
= {
.name = "md5",
.url_open = md5_open,
.url_write = md5_write,
.url_close = md5_close,
}
static int md5_write(URLContext *h, const unsigned char *buf, int size)
Definition: md5proto.c:49
static int md5_open(URLContext *h, const char *filename, int flags)
Definition: md5proto.c:34
Definition: md5enc.c:26
Definition at line 89 of file md5proto.c.
Generated on Tue Jan 21 2025 06:52:34 for FFmpeg by 1.8.11