phial3

Results 18 comments of phial3

> I tried the `rsmedia` project, and it seems that there are some issues with the `ffmpeg6` features. > > Compiling rsmpeg v0.15.1+ffmpeg.7.0 (https://github.com/phial3/rsmpeg?branch=light#13f8c554) > error[E0605]: non-primitive cast: `unsafe extern...

> JSQLParser-4.9 是最后一个兼容 JDK8 的版本。最新的 JSQLParser-5.0 依赖于 JDK11 > > > 有关详细信息,请参阅[迁移指南](https://jsqlparser.github.io/JSqlParser/migration50.html)。 那就是不能直接升级 mybatis-plus 3.5.8 是吧,需要排除掉jsqlparser 5.0, 自行解决依赖jsqlparser 4.9 应该可行

+1,我正好想说能不能升级 poi:5.3.0 版本

try this: https://github.com/phial3/ffmpeg-third

`src/format/context/output.rs` line 71: ```rust pub fn add_stream(&mut self, codec: E) -> Result { let codec = codec.encoder(); let codec = codec.map_or(ptr::null(), |c| c.as_ptr()); let ptr = avformat_new_stream(self.as_mut_ptr(), codec); ...... }...

> Thank you for investigating this. I'll take a look later today and see if we can't fix this and make it usable That's all be resolved at https://github.com/phial3/ffmpeg-third, please...

> If you've fixed it in a fork, a PR is very welcome :) I would be happy to contribute this PR. However, before submitting it, could you please review...

> 1 is perfectly reasonable. Maybe a doc comment should be added that you are not allowed to call `avcodec_open2` with a different codec than specified in `new` (see ffmpeg...