DVD再生ソフトウェア ..
[
2ch
|
▼Menu
]
■コピペモード
□
スレを通常表示
□
オプションモード
□このスレッドのURL
■項目テキスト
471:login:Penguin 02/08/20 19:30 C1Epl3BU mencoder に vorbis 吐かせられるように hack しようとして力つきますた。 誰か続きやりませんか? Index: cfg-mencoder.h =================================================================== RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v retrieving revision 1.49 diff -r1.49 cfg-mencoder.h 85a86,90 > #ifdef HAVE_VORBIS > {"vorbis", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_VORBIS, NULL}, > #else > {"vorbis", "MPlayer was compiled without vorbis support!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, > #endif Index: mencoder.c =================================================================== RCS file: /cvsroot/mplayer/main/mencoder.c,v retrieving revision 1.147 diff -r1.147 mencoder.c 0a1 > #define HAVE_VORBIS 1 13c14,15 < #define ACODEC_NULL 3 --- > #define ACODEC_VORBIS 3 > #define ACODEC_NULL 4 55a58,62 > #ifdef HAVE_VORBIS > #undef CDECL > #include <vorbis/vorbisenc.h> > #endif /* HAVE_VORBIS */ > 189a197,218 > #ifdef HAVE_VORBIS > typedef struct oggvorbis_struct_st { > ogg_stream_state os; /* take physical pages, weld into a logical > stream of packets */ > ogg_page og; /* one Ogg bitstream page. Vorbis packets are inside */ > ogg_packet op; /* one raw packet of data for decode */ > > vorbis_info vi; /* struct that stores all the static vorbis bitstream > settings */ > vorbis_comment vc; /* struct that stores all the bitstream user comments */ > vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */ > vorbis_block vb; /* local working space for packet->PCM decode */ > ogg_packet header; > ogg_packet header_comm; > ogg_packet header_code; > int eos, buf_len; > int first; > char *buf; > } oggvorbis_struct_t; > struct oggvorbis_struct_st *ov; > #endif >
次ページ
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
レスジャンプ
mixiチェック!
Twitterに投稿
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch
4782日前に更新/215 KB
担当:undef