demux.h 105 B

12345678
  1. #ifndef __DEMUX_H__
  2. #define __DEMUX_H__
  3. #include "player.h"
  4. int open_demux(player_stat_t *is);
  5. #endif