FFmpeg
Variables
swf.c File Reference
#include "internal.h"

Go to the source code of this file.

Variables

const AVCodecTag ff_swf_codec_tags []
 

Variable Documentation

◆ ff_swf_codec_tags

const AVCodecTag ff_swf_codec_tags[]
Initial value:
= {
{ AV_CODEC_ID_FLV1, 0x02 },
{ AV_CODEC_ID_VP6F, 0x04 },
}

Definition at line 25 of file swf.c.

Referenced by swf_read_packet(), and swf_write_video().

AV_CODEC_ID_VP6F
@ AV_CODEC_ID_VP6F
Definition: avcodec.h:310
AV_CODEC_ID_NONE
@ AV_CODEC_ID_NONE
Definition: avcodec.h:216
AV_CODEC_ID_FLV1
@ AV_CODEC_ID_FLV1
Definition: avcodec.h:239