Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avutil/dict: Unavpriv avpriv_dict_set_timestamp() | Andreas Rheinhardt | 2025-03-28 | 1 | -37/+0 |
| | | | | | | | And move it to lavf, its only user. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avutil/dict: Move avpriv_dict_set_timestamp() to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -0/+37 |
It is used almost nowhere, so it needn't be auto-included almost everywhere. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |