On Wed, Feb 19, 2020 at 08:16:03PM +1100, Peter Ross wrote:
> On Tue, Feb 18, 2020 at 12:36:00PM +, Andreas Rheinhardt wrote:
> > Andreas Rheinhardt:
> > > wtvfile_read_packet did not abide by the requirements of an
> > > AVIOContext's read_packet-function: If it did not read anything,
> > > it
On Tue, Feb 18, 2020 at 12:36:00PM +, Andreas Rheinhardt wrote:
> Andreas Rheinhardt:
> > wtvfile_read_packet did not abide by the requirements of an
> > AVIOContext's read_packet-function: If it did not read anything,
> > it returned zero, which currently leads to a warning in read_packet_wrap
Andreas Rheinhardt:
> wtvfile_read_packet did not abide by the requirements of an
> AVIOContext's read_packet-function: If it did not read anything,
> it returned zero, which currently leads to a warning in read_packet_wrapper
> in aviobuf.c. Said warning will be an av_assert2 as soon as
> FF_API_O
wtvfile_read_packet did not abide by the requirements of an
AVIOContext's read_packet-function: If it did not read anything,
it returned zero, which currently leads to a warning in read_packet_wrapper
in aviobuf.c. Said warning will be an av_assert2 as soon as
FF_API_OLD_AVIO_EOF_0 is zero (probabl