mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-25 00:10:00 +01:00
avformat/swf: add support for reading and writing VP6A and Flash Screen Video codecs
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
#include "internal.h"
|
||||
|
||||
const AVCodecTag ff_swf_codec_tags[] = {
|
||||
{ AV_CODEC_ID_FLV1, 0x02 },
|
||||
{ AV_CODEC_ID_VP6F, 0x04 },
|
||||
{ AV_CODEC_ID_NONE, 0 },
|
||||
{ AV_CODEC_ID_FLV1, 0x02 },
|
||||
{ AV_CODEC_ID_FLASHSV, 0x03 },
|
||||
{ AV_CODEC_ID_VP6F, 0x04 },
|
||||
{ AV_CODEC_ID_VP6A, 0x05 },
|
||||
{ AV_CODEC_ID_NONE, 0 },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user