Chromium Code Reviews| Index: source/patched-ffmpeg-mt/libavformat/metadata.c |
| =================================================================== |
| --- source/patched-ffmpeg-mt/libavformat/metadata.c (revision 59334) |
| +++ source/patched-ffmpeg-mt/libavformat/metadata.c (working copy) |
| @@ -86,7 +86,7 @@ |
| return 0; |
| } |
| -#if LIBAVFORMAT_VERSION_MAJOR == 52 |
| +#if FF_API_OLD_METADATA |
| int av_metadata_set(AVMetadata **pm, const char *key, const char *value) |
| { |
| return av_metadata_set2(pm, key, value, 0); |