Revision 5b21bdab libavformat/nut.h
libavformat/nut.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef AVFORMAT_NUT_H
|
|
23 |
#define AVFORMAT_NUT_H
|
|
22 |
#ifndef FFMPEG_NUT_H
|
|
23 |
#define FFMPEG_NUT_H
|
|
24 | 24 |
|
25 | 25 |
//#include <limits.h> |
26 | 26 |
#include "avformat.h" |
... | ... | |
100 | 100 |
int ff_nut_sp_pts_cmp(syncpoint_t *a, syncpoint_t *b); |
101 | 101 |
void ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts); |
102 | 102 |
|
103 |
#endif /* AVFORMAT_NUT_H */ |
|
103 |
#endif /* FFMPEG_NUT_H */ |
Also available in: Unified diff