]> granicus.if.org Git - libvpx/commit
vpxenc: actually report mismatch on stderr.
authorRonald S. Bultje <rbultje@google.com>
Mon, 4 Mar 2013 22:12:49 +0000 (14:12 -0800)
committerRonald S. Bultje <rbultje@google.com>
Tue, 5 Mar 2013 00:49:00 +0000 (16:49 -0800)
commit97dd7342b8591627b7dd07cb79f91b544213caa9
treef1d40319d98820b3010d34785fedd7f513aa943f
parent111ca4213355ac4edd10b3c14461096d56e3f3d0
vpxenc: actually report mismatch on stderr.

Because ctx->err is not set in that case, it will not report the error
on stderr.

Change-Id: Ifacbf5a03e676fd56522b03c0281d6c723c563ee
vpxenc.c