FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
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_video_tags[]
Initial value:
= {
{ AV_CODEC_ID_MJPEG, MKTAG('J', 'F', 'I', 'F') },
}

Definition at line 31 of file smjpeg.c.

Referenced by smjpeg_read_header(), and smjpeg_write_header().

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') },
}

Definition at line 36 of file smjpeg.c.

Referenced by smjpeg_read_header(), and smjpeg_write_header().