Re: [FFmpeg-devel] [PATCH 13/14] h264dec: rename flush_dpb()

2020-04-06 Thread Michael Niedermayer
On Fri, Mar 27, 2020 at 01:57:47PM +0100, Anton Khirnov wrote: > The name is misleading, this function does a lot more than just flushing > the DPB. > --- > libavcodec/h264dec.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) still LGTM thx [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 13/14] h264dec: rename flush_dpb()

2020-03-27 Thread Anton Khirnov
The name is misleading, this function does a lot more than just flushing the DPB. --- libavcodec/h264dec.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index 67a9cb5438..7679567548 100644 --- a/libavcodec/h264dec.c +++ b/libav