FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hash.c File Reference
#include <stdio.h>
#include <string.h>
#include "libavutil/hash.h"

Go to the source code of this file.

Macros

#define SRC_BUF_SIZE   64
 
#define DST_BUF_SIZE   (AV_HASH_MAX_SIZE * 8)
 

Functions

int main (void)
 

Macro Definition Documentation

#define SRC_BUF_SIZE   64

Definition at line 26 of file hash.c.

Referenced by main().

#define DST_BUF_SIZE   (AV_HASH_MAX_SIZE * 8)

Definition at line 27 of file hash.c.

Referenced by main().

Function Documentation

int main ( void  )

Definition at line 29 of file hash.c.