Revision 8eec0fb6 libavformat/metadata_compat.c
libavformat/metadata_compat.c | ||
---|---|---|
18 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 |
*/ |
20 | 20 |
|
21 |
#if LIBAVFORMAT_VERSION_MAJOR < 53 |
|
22 |
|
|
23 | 21 |
#include <strings.h> |
22 |
#include "avformat.h" |
|
24 | 23 |
#include "metadata.h" |
25 | 24 |
#include "libavutil/avstring.h" |
26 | 25 |
|
26 |
#if LIBAVFORMAT_VERSION_MAJOR < 53 |
|
27 |
|
|
27 | 28 |
#define SIZE_OFFSET(x) sizeof(((AVFormatContext*)0)->x),offsetof(AVFormatContext,x) |
28 | 29 |
|
29 | 30 |
static const struct { |
Also available in: Unified diff