quasarstream / python-ffmpeg-video-streaming

📼 Package media content for online streaming(DASH and HLS) using FFmpeg
https://www.quasarstream.com/op/python/ffmpeg-streaming?u=py-ff
MIT License
834 stars 142 forks source link

Fixed Typo in _format.py of line 66 from h264_afm to h264_amf #99

Closed CorruptedFile2021 closed 1 year ago

CorruptedFile2021 commented 1 year ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #98
Related issues/PRs none
License MIT

What's in this PR?

Changes a Small Typo on line 66 in _format.py from h264.afm to h264.amf

Why?

Changes a Typo

sourcery-ai[bot] commented 1 year ago

Sourcery Code Quality Report

Merging this PR leaves code quality unchanged.

Quality metrics Before After Change
Complexity 0.25 ⭐ 0.25 ⭐ 0.00
Method Length 23.95 ⭐ 23.95 ⭐ 0.00
Working memory 4.65 ⭐ 4.65 ⭐ 0.00
Quality 92.02% 92.02% 0.00%
Other metrics Before After Change
Lines 135 135 0
Changed files Quality Before Quality After Quality Change
ffmpeg_streaming/_format.py 92.02% ⭐ 92.02% ⭐ 0.00%

Here are some functions in these files that still need a tune-up:

File Function Complexity Length Working Memory Quality Recommendation

Legend and Explanation

The emojis denote the absolute quality of the code:

The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.


Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Help us improve this quality report!

aminyazdanpanah commented 1 year ago

Thank you for the contribution