File: mpeg3css.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 (12 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MPEG3CSS_H
#define MPEG3CSS_H


#include "mpeg3private.inc"
#include "mpeg3private.h"

int mpeg3_decrypt_packet(mpeg3_css_t *css, unsigned char *sector, int offset);
int mpeg3_delete_css(mpeg3_css_t *css);
int mpeg3_get_keys(mpeg3_css_t *css, char *path);

#endif