/usr/include/mpeg3/mpeg3css.h is in libmpeg3-dev 1.8.dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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
|