提交 60169a54 authored 作者: blu's avatar blu

init

上级 705e7639
...@@ -181,8 +181,8 @@ namespace AVFormatCtxSerializer { ...@@ -181,8 +181,8 @@ namespace AVFormatCtxSerializer {
wholeSize += sizeof(mark_s) - 1; wholeSize += sizeof(mark_s) - 1;
// num streams // num streams
wholeSize += sizeof(ctx.nb_streams); wholeSize += sizeof(pCtx->nb_streams);
for(int i = 0; i < ctx.nb_streams; i++) { for(int i = 0; i < pCtx->nb_streams; i++) {
wholeSize += sizeof(AVStream); wholeSize += sizeof(AVStream);
} }
...@@ -191,7 +191,6 @@ namespace AVFormatCtxSerializer { ...@@ -191,7 +191,6 @@ namespace AVFormatCtxSerializer {
int _decode(char *bytes, int len) { int _decode(char *bytes, int len) {
} }
}; };
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论