smjpeg.c File Reference

SMJPEG common code. More...

#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 []

Detailed Description

SMJPEG common code.

Definition in file smjpeg.c.

Variable Documentation

const AVCodecTag ff_codec_smjpeg_audio_tags[]
Initial value:
{
{ CODEC_ID_ADPCM_IMA_SMJPEG, MKTAG('A', 'P', 'C', 'M') },
{ CODEC_ID_PCM_S16LE, MKTAG('N', 'O', 'N', 'E') },
{ 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:
{
{ CODEC_ID_MJPEG, MKTAG('J', 'F', 'I', 'F') },
{ CODEC_ID_NONE, 0 },
}

Definition at line 31 of file smjpeg.c.

Referenced by smjpeg_read_header(), and smjpeg_write_header().