Skip to content

Commit

Permalink
fix av1_test
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Feb 3, 2024
1 parent fae1637 commit cb04fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtp/src/codecs/av1/av1_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::codecs::av1::obu::{
OBU_HAS_EXTENSION_BIT, OBU_TYPE_FRAME, OBU_TYPE_FRAME_HEADER, OBU_TYPE_METADATA,
OBU_TYPE_SEQUENCE_HEADER, OBU_TYPE_TEMPORAL_DELIMITER, OBU_TYPE_TILE_GROUP, OBU_TYPE_TILE_LIST,
};
use crate::error::Result;
use shared::error::Result;

use super::*;

Expand Down

0 comments on commit cb04fac

Please sign in to comment.