diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/null.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/null.rs b/src/null.rs index eceef40..7d41877 100644 --- a/src/null.rs +++ b/src/null.rs @@ -23,7 +23,7 @@ impl NAEncoder for NullEncoder { NACodecTypeInfo::None => StreamType::Data, }; let info = NACodecInfo::new("null", encinfo.format, None); - let mut stream = NAStream::new(stype, stream_id, info, encinfo.tb_num, encinfo.tb_den); + let mut stream = NAStream::new(stype, stream_id, info, encinfo.tb_num, encinfo.tb_den, 0); stream.set_num(stream_id as usize); let stream = stream.into_ref(); self.stream = Some(stream.clone()); |
