FFmpeg
Functions | Variables
uuid.c File Reference
#include "libavutil/uuid.h"
#include "libavutil/log.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

static const char * UUID_1 = "6021b21e-894e-43ff-8317-1ca891c1c49b"
 
static const char * UUID_1_UC = "6021B21E-894E-43FF-8317-1CA891C1C49B"
 
static const char * UUID_1_MIXED = "6021b21e-894E-43fF-8317-1CA891C1c49b"
 
static const char * UUID_1_URN = "urn:uuid:6021b21e-894e-43ff-8317-1ca891c1c49b"
 
static const AVUUID UUID_1_BYTES
 
static const AVUUID UUID_NIL
 
static const char * UUID_BAD_1 = "16a2c9f8-afbc-4767-8621-8cb2b27599"
 
static const char * UUID_BAD_2 = "75df62c2999b4bd38c9d8058fcde9123"
 
static const char * UUID_BAD_3 = "a1b9a05e-f1d1-464g-a951-1ba0a374f02"
 
static const char * UUID_BAD_4 = "279c66d432-7b39-41d5-966f-5e8138265c20"
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 40 of file uuid.c.

Variable Documentation

◆ UUID_1

const char* UUID_1 = "6021b21e-894e-43ff-8317-1ca891c1c49b"
static

Definition at line 25 of file uuid.c.

Referenced by main().

◆ UUID_1_UC

const char* UUID_1_UC = "6021B21E-894E-43FF-8317-1CA891C1C49B"
static

Definition at line 26 of file uuid.c.

Referenced by main().

◆ UUID_1_MIXED

const char* UUID_1_MIXED = "6021b21e-894E-43fF-8317-1CA891C1c49b"
static

Definition at line 27 of file uuid.c.

Referenced by main().

◆ UUID_1_URN

const char* UUID_1_URN = "urn:uuid:6021b21e-894e-43ff-8317-1ca891c1c49b"
static

Definition at line 28 of file uuid.c.

Referenced by main().

◆ UUID_1_BYTES

const AVUUID UUID_1_BYTES
static
Initial value:
= {0x60, 0x21, 0xb2, 0x1e, 0x89, 0x4e, 0x43, 0xff,
0x83, 0x17, 0x1c, 0xa8, 0x91, 0xc1, 0xc4, 0x9b}

Definition at line 29 of file uuid.c.

Referenced by main().

◆ UUID_NIL

const AVUUID UUID_NIL
static
Initial value:
= {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

Definition at line 32 of file uuid.c.

Referenced by main().

◆ UUID_BAD_1

const char* UUID_BAD_1 = "16a2c9f8-afbc-4767-8621-8cb2b27599"
static

Definition at line 35 of file uuid.c.

Referenced by main().

◆ UUID_BAD_2

const char* UUID_BAD_2 = "75df62c2999b4bd38c9d8058fcde9123"
static

Definition at line 36 of file uuid.c.

Referenced by main().

◆ UUID_BAD_3

const char* UUID_BAD_3 = "a1b9a05e-f1d1-464g-a951-1ba0a374f02"
static

Definition at line 37 of file uuid.c.

Referenced by main().

◆ UUID_BAD_4

const char* UUID_BAD_4 = "279c66d432-7b39-41d5-966f-5e8138265c20"
static

Definition at line 38 of file uuid.c.

Referenced by main().