#ifndef __DEMUX_H__ #define __DEMUX_H__ #include "player.h" int open_demux(player_stat_t *is); #endif