Skip to content

Commit

Permalink
add TODO for youku
Browse files Browse the repository at this point in the history
Signed-off-by: Jack <[email protected]>
  • Loading branch information
Jackarain committed Mar 15, 2013
1 parent 5947e54 commit 9a2aa85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demux/youku_demux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include "youku_demux.h"


// 具体实现.

youku_demux::youku_demux(void)
{
}
Expand Down
7 changes: 7 additions & 0 deletions demux/youku_demux.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@

#include "demuxer.h"

/*
* 用于解析youku的视频, 源包括hd2, mp4, 3gp, 3gphd, flv, m3u8.
* 设计目标:
* 客户可以得到一个youku链接中的源的数目和类型.
* 客户可以任选某个格式做为播放源.
*/

class youku_demux : public demuxer
{
public:
Expand Down

0 comments on commit 9a2aa85

Please sign in to comment.