#include "avformat.h"
#include "internal.h"
#include "smjpeg.h"
Go to the source code of this file.
Variables | |
const AVCodecTag | ff_codec_smjpeg_video_tags [] |
const AVCodecTag | ff_codec_smjpeg_audio_tags [] |
Definition in file smjpeg.c.
const AVCodecTag ff_codec_smjpeg_audio_tags[] |
Initial value:
{ { AV_CODEC_ID_ADPCM_IMA_SMJPEG, MKTAG('A', 'P', 'C', 'M') }, { AV_CODEC_ID_PCM_S16LE, MKTAG('N', 'O', 'N', 'E') }, { AV_CODEC_ID_NONE, 0 }, }
Definition at line 36 of file smjpeg.c.
Referenced by smjpeg_read_header(), and smjpeg_write_header().
const AVCodecTag ff_codec_smjpeg_video_tags[] |
Initial value:
{ { AV_CODEC_ID_MJPEG, MKTAG('J', 'F', 'I', 'F') }, { AV_CODEC_ID_NONE, 0 }, }
Definition at line 31 of file smjpeg.c.
Referenced by smjpeg_read_header(), and smjpeg_write_header().