FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
smjpeg.h File Reference

SMJPEG common code. More...

#include "internal.h"

Go to the source code of this file.

Macros

#define SMJPEG_MAGIC   "\x0\xaSMJPEG"
 
#define SMJPEG_DONE   MKTAG('D', 'O', 'N', 'E')
 
#define SMJPEG_HEND   MKTAG('H', 'E', 'N', 'D')
 
#define SMJPEG_SND   MKTAG('_', 'S', 'N', 'D')
 
#define SMJPEG_SNDD   MKTAG('s', 'n', 'd', 'D')
 
#define SMJPEG_TXT   MKTAG('_', 'T', 'X', 'T')
 
#define SMJPEG_VID   MKTAG('_', 'V', 'I', 'D')
 
#define SMJPEG_VIDD   MKTAG('v', 'i', 'd', 'D')
 

Variables

const AVCodecTag ff_codec_smjpeg_video_tags []
 
const AVCodecTag ff_codec_smjpeg_audio_tags []
 

Detailed Description

SMJPEG common code.

Definition in file smjpeg.h.

Macro Definition Documentation

#define SMJPEG_MAGIC   "\x0\xaSMJPEG"

Definition at line 32 of file smjpeg.h.

Referenced by smjpeg_probe(), and smjpeg_write_header().

#define SMJPEG_DONE   MKTAG('D', 'O', 'N', 'E')

Definition at line 34 of file smjpeg.h.

Referenced by smjpeg_read_packet(), and smjpeg_write_trailer().

#define SMJPEG_HEND   MKTAG('H', 'E', 'N', 'D')

Definition at line 35 of file smjpeg.h.

Referenced by smjpeg_read_header(), and smjpeg_write_header().

#define SMJPEG_SND   MKTAG('_', 'S', 'N', 'D')

Definition at line 36 of file smjpeg.h.

Referenced by smjpeg_read_header(), and smjpeg_write_header().

#define SMJPEG_SNDD   MKTAG('s', 'n', 'd', 'D')

Definition at line 37 of file smjpeg.h.

Referenced by smjpeg_read_packet(), and smjpeg_write_packet().

#define SMJPEG_TXT   MKTAG('_', 'T', 'X', 'T')

Definition at line 38 of file smjpeg.h.

Referenced by smjpeg_read_header(), and smjpeg_write_header().

#define SMJPEG_VID   MKTAG('_', 'V', 'I', 'D')

Definition at line 39 of file smjpeg.h.

Referenced by smjpeg_read_header(), and smjpeg_write_header().

#define SMJPEG_VIDD   MKTAG('v', 'i', 'd', 'D')

Definition at line 40 of file smjpeg.h.

Referenced by smjpeg_read_packet(), and smjpeg_write_packet().

Variable Documentation

const AVCodecTag ff_codec_smjpeg_video_tags[]

Definition at line 31 of file smjpeg.c.

Referenced by smjpeg_read_header(), and smjpeg_write_header().

const AVCodecTag ff_codec_smjpeg_audio_tags[]

Definition at line 36 of file smjpeg.c.

Referenced by smjpeg_read_header(), and smjpeg_write_header().