FFmpeg
|
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 [] |
SMJPEG common code.
Definition in file smjpeg.h.
#define SMJPEG_MAGIC "\x0\xaSMJPEG" |
Definition at line 32 of file smjpeg.h.
Referenced by smjpeg_probe(), and smjpeg_write_header().
Definition at line 34 of file smjpeg.h.
Referenced by smjpeg_read_packet(), and smjpeg_write_trailer().
Definition at line 35 of file smjpeg.h.
Referenced by smjpeg_read_header(), and smjpeg_write_header().
Definition at line 36 of file smjpeg.h.
Referenced by smjpeg_read_header(), and smjpeg_write_header().
Definition at line 37 of file smjpeg.h.
Referenced by smjpeg_read_packet(), and smjpeg_write_packet().
Definition at line 38 of file smjpeg.h.
Referenced by smjpeg_read_header(), and smjpeg_write_header().
Definition at line 39 of file smjpeg.h.
Referenced by smjpeg_read_header(), and smjpeg_write_header().
Definition at line 40 of file smjpeg.h.
Referenced by smjpeg_read_packet(), and smjpeg_write_packet().
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().