#include "internal.h"
Go to the source code of this file.
Defines | |
| #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 [] |
Definition in file smjpeg.h.
| #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_MAGIC "\x0\xaSMJPEG" |
| #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().
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().
| const AVCodecTag ff_codec_smjpeg_audio_tags[] |
Definition at line 36 of file smjpeg.c.
Referenced by smjpeg_read_header(), and smjpeg_write_header().
| const AVCodecTag ff_codec_smjpeg_video_tags[] |
Definition at line 31 of file smjpeg.c.
Referenced by smjpeg_read_header(), and smjpeg_write_header().
1.5.8