| Index: patched-ffmpeg-mt/libavformat/nut.h
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavformat/nut.h (revision 41250)
|
| +++ patched-ffmpeg-mt/libavformat/nut.h (working copy)
|
| @@ -27,6 +27,7 @@
|
| //#include "libavcodec/mpegaudio.h"
|
| #include "avformat.h"
|
| #include "riff.h"
|
| +#include "metadata.h"
|
|
|
| #define MAIN_STARTCODE (0x7A561F5F04ADULL + (((uint64_t)('N'<<8) + 'M')<<48))
|
| #define STREAM_STARTCODE (0x11405BF2F9DBULL + (((uint64_t)('N'<<8) + 'S')<<48))
|
| @@ -109,7 +110,10 @@
|
| int ff_nut_sp_pos_cmp(Syncpoint *a, Syncpoint *b);
|
| int ff_nut_sp_pts_cmp(Syncpoint *a, Syncpoint *b);
|
| void ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts);
|
| +void ff_nut_free_sp(NUTContext *nut);
|
|
|
| extern const Dispositions ff_nut_dispositions[];
|
|
|
| +extern const AVMetadataConv ff_nut_metadata_conv[];
|
| +
|
| #endif /* AVFORMAT_NUT_H */
|
|
|