9 lines
80 B
C
9 lines
80 B
C
|
#ifndef AVIO_H
|
||
|
#define AVIO_H
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
struct AVIOContext;
|
||
|
|
||
|
#endif
|