1 Star 0 Fork 0

hexray / h264bitstream

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
macroize.pl 233 Bytes
一键复制 编辑 原始数据 按行查看 历史
undef $/;
$text = <>;
$/ = "\n";
$text =~ s{(\w.*) = bs_read_(\w+)\(b\);}{value( $1, $2 );}g;
$text =~ s{(\w.*) = bs_read_(\w+)\(b,\s*(\w.*)\);}{value( $1, $2($3) );}g;
$text =~ s{read_(\w+)}{structure($1)}g;
print $text;
1
https://gitee.com/hexray/h264bitstream.git
git@gitee.com:hexray/h264bitstream.git
hexray
h264bitstream
h264bitstream
master

搜索帮助