File: adu.h

package info (click to toggle)
poc-streamer 0.4.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,000 kB
  • sloc: ansic: 8,782; makefile: 307; ruby: 152; perl: 135; yacc: 115; lex: 36; sh: 30
file content (8 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#ifndef ADU_H__
#define ADU_H__

#include "mp3.h"

typedef mp3_frame_t adu_t;

#endif /* ADU_H__ */