Revision 5b21bdab libavformat/voc.h
libavformat/voc.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef VOC_H |
|
23 |
#define VOC_H |
|
22 |
#ifndef FFMPEG_VOC_H
|
|
23 |
#define FFMPEG_VOC_H
|
|
24 | 24 |
|
25 | 25 |
#include "avformat.h" |
26 | 26 |
#include "riff.h" /* for CodecTag */ |
... | ... | |
48 | 48 |
int voc_get_packet(AVFormatContext *s, AVPacket *pkt, |
49 | 49 |
AVStream *st, int max_size); |
50 | 50 |
|
51 |
#endif |
|
51 |
#endif /* FFMPEG_VOC_H */ |
Also available in: Unified diff