Re: [FFmpeg-devel] [PATCH 2/3] avformat/tee: use av_dict_pop

2023-06-25 Thread zhilizhao(赵志立)
> On May 1, 2023, at 19:44, Marvin Scholz wrote: > > This is a well-defined way to "steal" the value of the dict entry. > --- > libavformat/tee.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/libavformat/tee.c b/libavformat/tee.c > index cb555f52fd..70f3f2eb

[FFmpeg-devel] [PATCH 2/3] avformat/tee: use av_dict_pop

2023-05-01 Thread Marvin Scholz
This is a well-defined way to "steal" the value of the dict entry. --- libavformat/tee.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libavformat/tee.c b/libavformat/tee.c index cb555f52fd..70f3f2eb29 100644 --- a/libavformat/tee.c +++ b/libavformat/tee.c @@ -157,6