[FFmpeg-devel] [PATCH 2/3] cllc: Print a message when coding type 2 is found
compn
tempn at twmi.rr.com
Fri Aug 10 19:48:57 CEST 2012
On Fri, 10 Aug 2012 13:07:10 -0400, Derek Buitenhuis wrote:
>+ case 2:
>+ av_log(avctx, AV_LOG_ERROR,
>+ "Coding type 2 (RGBQ) is unsupported, please send a sample!\n");
>+ return AVERROR_INVALIDDATA;
i think theres an av_log_ask_for_sample you could use instead :)
ex here:
http://ffmpeg.org/pipermail/ffmpeg-cvslog/2011-April/036509.html
-compn
More information about the ffmpeg-devel
mailing list