You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -80,7 +80,7 @@ typedef struct {
|
||||
int audio_type;
|
||||
} SWFContext;
|
||||
|
||||
static const CodecTag swf_codec_tags[] = {
|
||||
static const AVCodecTag swf_codec_tags[] = {
|
||||
{CODEC_ID_FLV1, 0x02},
|
||||
{CODEC_ID_VP6F, 0x04},
|
||||
{0, 0},
|
||||
|
||||
Reference in New Issue
Block a user