Revision 5b21bdab libavformat/rm.h
libavformat/rm.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef RM_H |
|
23 |
#define RM_H |
|
22 |
#ifndef FFMPEG_RM_H
|
|
23 |
#define FFMPEG_RM_H
|
|
24 | 24 |
|
25 | 25 |
#include "avformat.h" |
26 | 26 |
|
... | ... | |
57 | 57 |
int sub_packet_lengths[16]; /// Length of each aac subpacket |
58 | 58 |
} RMContext; |
59 | 59 |
|
60 |
#endif /* RM_H */ |
|
60 |
#endif /* FFMPEG_RM_H */ |
Also available in: Unified diff