[FFmpeg-devel] [PATCH v2] examples: add flac_test
wm4
nfxjfg at googlemail.com
Wed Apr 15 11:04:42 CEST 2015
On Tue, 14 Apr 2015 23:08:02 +0000
Ludmila Glinskih <lglinskih at gmail.com> wrote:
> > > + {
> > > + if (result != enc_pkt.size)
> > > + {
> > > + av_log(NULL, AV_LOG_INFO, "Decoder consumed only
> > part of a packet, it is allowed to do so -- need to update this test\n");
> >
> > The message probably lacks an "if" ("if it is allowed").
> >
> As I understood from the documentation -- every decoder is allowed to do
> so. Message is to inform that this test doesn't cover this case.
Right, so the message is actually correct (though it looked weird to me
and I only understand it now).
More information about the ffmpeg-devel
mailing list