File: mpeg3io.h

package info (click to toggle)
libmpeg3 1.8.dfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,028 kB
  • sloc: ansic: 18,561; asm: 761; makefile: 263; sh: 26
file content (10 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef MPEG3IO_H
#define MPEG3IO_H


#include <stdio.h>
#include <stdint.h>
#include "mpeg3css.h"
#include "mpeg3private.inc"

#endif