Commit c8aed7d8 authored by daniel's avatar daniel

FLV muxer support for Flash screen codec v2



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20564 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7ba34c7c
......@@ -29,6 +29,7 @@
static const AVCodecTag flv_video_codec_ids[] = {
{CODEC_ID_FLV1, FLV_CODECID_H263 },
{CODEC_ID_FLASHSV, FLV_CODECID_SCREEN},
{CODEC_ID_FLASHSV2, FLV_CODECID_SCREEN2},
{CODEC_ID_VP6F, FLV_CODECID_VP6 },
{CODEC_ID_VP6, FLV_CODECID_VP6 },
{CODEC_ID_H264, FLV_CODECID_H264 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment