On 30 March 2015 at 22:00, Carl Eugen Hoyos <[email protected]> wrote:
> Himangi Saraogi <himangi774 <at> gmail.com> writes: > > > case TIFF_LZW: > > return ff_lzw_encode(s->lzws, src, n); > > default: > > - return -1; > > + return AVERROR(EINVAL); > > Please print a message in this case or > explain why this is not a good idea. > (And please don't make me write this > a fourth time, thank you.) > > Sure. Sorry to have missed that comment. -Himangi > Carl Eugen > > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
