Skip to content

Commit

Permalink
add bmp to list of image codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
yajrendrag committed Sep 30, 2024
1 parent de1163f commit 09c517e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions source/strip_image_streams2/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

**<span style="color:#56adda">0.0.10</span>**
- add bmp to list of image codecs

**<span style="color:#56adda">0.0.9</span>**
- correct plugin.py lib/ffmpeg import to refer to correct plugin ID

Expand Down
2 changes: 1 addition & 1 deletion source/strip_image_streams2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"on_worker_process": 1
},
"tags": "video,ffmpeg,library file test",
"version": "0.0.9"
"version": "0.0.10"
}
1 change: 1 addition & 0 deletions source/strip_image_streams2/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_stream_needs_processing(self, stream_info: dict):
image_video_codecs = [
'alias_pix',
'apng',
'bmp',
'brender_pix',
'dds',
'dpx',
Expand Down

0 comments on commit 09c517e

Please sign in to comment.