avformat/tee: Constify AVDictionaryEntry* pointee where possible
commit26f3e79114660de079bc9d784070d70b64e18ee5
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Fri, 17 May 2024 13:32:05 +0000 (17 15:32 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Mon, 20 May 2024 11:33:38 +0000 (20 13:33 +0200)
tree1f3f1ad15447c333ad1829642c592e623d83e57b
parent583c3d45fab6ed9aecd96f6c5ce02a789ca13e2c
avformat/tee: Constify AVDictionaryEntry* pointee where possible

This is in preparation for using av_dict_iterate().

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
libavformat/tee.c