On Sun, Apr 17, 2011 at 05:56:38PM -0400, Ronald S. Bultje wrote: > > On Sun, Apr 17, 2011 at 5:43 PM, Diego Biurrun <[email protected]> wrote: > > --- a/libavcodec/ptx.c > > +++ b/libavcodec/ptx.c > > @@ -51,14 +51,14 @@ static int ptx_decode_frame(AVCodecContext *avctx, void > > *data, int *data_size, > > > > if (bytes_per_pixel != 2) { > > - av_log(avctx, AV_LOG_ERROR, "image format is not rgb15, please > > report on ffmpeg-users mailing list\n"); > > + av_log_ask_for_sample(avctx, "Image format is not RGB15.\n"); > > return -1; > > } > > > > avctx->pix_fmt = PIX_FMT_RGB555; > > > > if (offset != 0x2c) > > - av_log(avctx, AV_LOG_WARNING, "offset != 0x2c, untested due to > > lack of sample files\n"); > > + av_log_ask_for_sample(avctx, "offset != 0x2c\n"); > > OK. That second message is still equally crappy though.
Yeah, but not my fault, so pushed... Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
