mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
avutil: use av_dict_iterate
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
committed by
Andreas Rheinhardt
parent
cb9ab38c52
commit
81747b5259
@@ -52,7 +52,7 @@ static void test_separators(const AVDictionary *m, const char pair, const char v
|
||||
int main(void)
|
||||
{
|
||||
AVDictionary *dict = NULL;
|
||||
AVDictionaryEntry *e;
|
||||
const AVDictionaryEntry *e;
|
||||
char *buffer = NULL;
|
||||
|
||||
printf("Testing av_dict_get_string() and av_dict_parse_string()\n");
|
||||
|
||||
Reference in New Issue
Block a user