[FFmpeg-devel] [PATCH v2 1/5] avutil/dict: Add av_dict_iterate

Anton Khirnov anton at khirnov.net
Tue Oct 25 12:41:47 EEST 2022


Quoting Marvin Scholz (2022-09-24 16:36:55)
> diff --git a/libavutil/dict.h b/libavutil/dict.h
> index 0d1afc6c64..344afb452b 100644
> --- a/libavutil/dict.h
> +++ b/libavutil/dict.h
> @@ -32,6 +32,8 @@
>  
>  #include <stdint.h>
>  
> +#include "attributes.h"

This seems unnecessary now.

Will push with this include removed, if noone objects.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list