mirror of https://github.com/FFmpeg/FFmpeg.git
This will likely also fix CID 1452427, a false positive resulting from Coverity thinking that av_dict_set() automatically frees its key and value parameters (even without the AV_DICT_DONT_STRDUP_* flags). (AV_DICT_APPEND and AV_DICT_DONT_STRDUP_VAL are compatible with each other sincepull/331/heada8c5b455
, so we can reset this flag here. It has originally been removed in0dc66553
when appending was added.) Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
parent
7938da53b6
commit
5b7e90b252
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue