Home
last modified time | relevance | path

Searched refs:asf_content_t (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Dasfheader.h128 typedef struct asf_content_s asf_content_t; typedef
134 asf_content_t *content;
H A Dasfheader.c676 asf_content_t *content; in asf_header_parse_content_description()
830 asf_header->pub.content = calloc(1, sizeof(asf_content_t)); in asf_header_new()
847 static void asf_header_delete_content(asf_content_t *asf_content) { in asf_header_delete_content()