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