Revision 5b21bdab libavutil/fifo.h
libavutil/fifo.h | ||
---|---|---|
21 | 21 |
* A very simple circular buffer FIFO implementation. |
22 | 22 |
*/ |
23 | 23 |
|
24 |
#ifndef FIFO_H |
|
25 |
#define FIFO_H |
|
24 |
#ifndef FFMPEG_FIFO_H
|
|
25 |
#define FFMPEG_FIFO_H
|
|
26 | 26 |
|
27 | 27 |
#include <stdint.h> |
28 | 28 |
|
... | ... | |
99 | 99 |
ptr -= f->end - f->buffer; |
100 | 100 |
return *ptr; |
101 | 101 |
} |
102 |
#endif /* FIFO_H */ |
|
102 |
#endif /* FFMPEG_FIFO_H */ |
Also available in: Unified diff