On Wed, Feb 1, 2017 at 10:25 AM, Anton Khirnov <[email protected]> wrote: > Video decoders always consume full packets. > --- > libavcodec/h264dec.c | 20 +++----------------- > 1 file changed, 3 insertions(+), 17 deletions(-)
Do you mean that get_consumed_bytes() was always equal to buf_size? Also there are several decoders that don't completely consume packets, so the commit line could be changed to h264 only probably. -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
