codec/packet: style fix
This commit is contained in:
parent
8512c3a265
commit
4747a5a123
@ -105,7 +105,7 @@ impl Packet {
|
|||||||
pub fn pts(&self) -> Option<i64> {
|
pub fn pts(&self) -> Option<i64> {
|
||||||
match self.0.pts {
|
match self.0.pts {
|
||||||
AV_NOPTS_VALUE => None,
|
AV_NOPTS_VALUE => None,
|
||||||
pts => Some(pts as i64),
|
pts => Some(pts as i64),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user