mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
format: mark Context::nb_streams as public
This commit is contained in:
@@ -38,7 +38,7 @@ impl Context {
|
||||
|
||||
impl Context {
|
||||
#[inline]
|
||||
fn nb_streams(&self) -> u32 {
|
||||
pub fn nb_streams(&self) -> u32 {
|
||||
unsafe { (*self.as_ptr()).nb_streams }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user