On Sat, Aug 04, 2012 at 07:49:36AM +0200, Kostya Shishkov wrote: > On Fri, Aug 03, 2012 at 09:05:43PM -0400, Derek Buitenhuis wrote: > > --- a/libavcodec/cllc.c > > +++ b/libavcodec/cllc.c > > @@ -225,7 +225,7 @@ static int cllc_decode_frame(AVCodecContext *avctx, > > void *data, > > default: > > - av_log(avctx, AV_LOG_ERROR, "Unknown coding type: %d\n.", > > coding_type); > > + av_log(avctx, AV_LOG_ERROR, "Unknown coding type: %d.\n", > > coding_type); > > return AVERROR_INVALIDDATA; > > OK
Not OK - this is not the only typo of that kind, there are two more in vf_libopencv.c. Please fix those as well. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
