On Wed, 9 Oct 2013, Martin Storsjö wrote:
Handle it in the same way as VP6F, except for the codec tag. --- libavformat/flvenc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index 57fab6c..1ec9c2e 100644 --- a/libavformat/flvenc.c +++ b/libavformat/flvenc.c @@ -34,6 +34,7 @@ static const AVCodecTag flv_video_codec_ids[] = { { AV_CODEC_ID_FLV1, FLV_CODECID_H263 }, { AV_CODEC_ID_FLASHSV, FLV_CODECID_SCREEN }, { AV_CODEC_ID_FLASHSV2, FLV_CODECID_SCREEN2 }, + { AV_CODEC_ID_VP6A, FLV_CODECID_VP6A }, { AV_CODEC_ID_VP6F, FLV_CODECID_VP6 }, { AV_CODEC_ID_H264, FLV_CODECID_H264 }, { AV_CODEC_ID_NONE, 0 }
OK'd by Kostya on irc, with a suggestion to put VP6A after the VP6(F) entry.
// Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
