Quoting Luca Barbato (2016-11-29 12:15:38) > The condition reported is not an error. > --- > > parse_nal_units return value isn't even checked and it gets quite spammy > with streams that yet decode correctly.
No, this is not correct. It is the job of the parser to output complete frames. If at the point where parse_nal_units() is called we do not have a complete frame then something went wrong and this should be reported or handled somehow. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
