smjpeg.c File Reference

SMJPEG common code. More...

#include "avformat.h"
#include "internal.h"
#include "smjpeg.h"
Include dependency graph for smjpeg.c:

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:

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') },
}
#define MKTAG(a, b, c, d)
Definition: common.h:282

Definition at line 31 of file smjpeg.c.

Referenced by smjpeg_read_header(), and smjpeg_write_header().