| Index: source/patched-ffmpeg-mt/libavformat/metadata_compat.c
|
| ===================================================================
|
| --- source/patched-ffmpeg-mt/libavformat/metadata_compat.c (revision 59334)
|
| +++ source/patched-ffmpeg-mt/libavformat/metadata_compat.c (working copy)
|
| @@ -23,7 +23,7 @@
|
| #include "metadata.h"
|
| #include "libavutil/avstring.h"
|
|
|
| -#if LIBAVFORMAT_VERSION_MAJOR < 53
|
| +#if FF_API_OLD_METADATA
|
|
|
| #define SIZE_OFFSET(x) sizeof(((AVFormatContext*)0)->x),offsetof(AVFormatContext,x)
|
|
|
| @@ -145,4 +145,4 @@
|
| }
|
| }
|
|
|
| -#endif /* LIBAVFORMAT_VERSION_MAJOR < 53 */
|
| +#endif /* FF_API_OLD_METADATA */
|
|
|