File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repository = "https://github.com/insight-platform/FFmpeg-Input"
77readme = " README.md"
88keywords = [" FFmpeg" , " Video" ]
99categories = [" computer-vision" ]
10- version = " 0.1.20 "
10+ version = " 0.1.21 "
1111edition = " 2021"
1212license =" Apache-2.0"
1313rust-version = " 1.62"
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ impl FFMpegSource {
428428#[ pymodule]
429429#[ pyo3( name = "ffmpeg_input" ) ]
430430fn ffmpeg_input ( _py : Python , m : & PyModule ) -> PyResult < ( ) > {
431- _ = env_logger:: try_init ( ) . map_err ( |e| {
431+ _ = env_logger:: try_init_from_env ( "LOGLEVEL" ) . map_err ( |e| {
432432 log:: warn!( "Unable to initialize logger. Error is: {:?}" , e) ;
433433 } ) ;
434434 m. add_class :: < VideoFrameEnvelope > ( ) ?;
You can’t perform that action at this time.
0 commit comments