OSDN Git Service

avformat/matroskaenc: warn when muxing video codec not supported by format
authorPeter Ross <pross@xvid.org>
Sun, 5 Jan 2014 01:04:29 +0000 (12:04 +1100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 5 Jan 2014 03:33:24 +0000 (04:33 +0100)
commitf5f6e59495a34db0f11ceb4c33b119888698562c
tree19a115d4511554186ffc97fc303ff285a6da9844
parent70937d9708bc6ca801f3685d2075247f80aebcc5
avformat/matroskaenc: warn when muxing video codec not supported by format

This occurs for video codecs that have codec_tag set, but are are not listed
in ff_codec_bmp_tags (e.g. AV_CODEC_ID_BINKAUDIO, AV_CODEC_ID_IFF_ILBM).

Fixes ticket #3269.

Signed-off-by: Peter Ross <pross@xvid.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/matroskaenc.c