mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 06:27:49 +01:00
Fix typo
Some checks failed
Ubuntu / check (push) Has been cancelled
Ubuntu / build (default, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (default, ubuntu-24.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Has been cancelled
Ubuntu / tests (push) Has been cancelled
Some checks failed
Ubuntu / check (push) Has been cancelled
Ubuntu / build (default, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (default, ubuntu-24.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Has been cancelled
Ubuntu / tests (push) Has been cancelled
This commit is contained in:
parent
e5ed979ce1
commit
3cc7f82d30
1 changed files with 18 additions and 18 deletions
|
@ -311,24 +311,24 @@
|
||||||
@{video_ext} += 3[gG]2 # 3g2
|
@{video_ext} += 3[gG]2 # 3g2
|
||||||
|
|
||||||
# Subtitles
|
# Subtitles
|
||||||
@{suntitles_ext} = [aA][qQ][tT] # aqt
|
@{subtitles_ext} = [aA][qQ][tT] # aqt
|
||||||
@{suntitles_ext} += [aA][sS][sS] # ass
|
@{subtitles_ext} += [aA][sS][sS] # ass
|
||||||
@{suntitles_ext} += [gG][sS][uU][bB] # gsub
|
@{subtitles_ext} += [gG][sS][uU][bB] # gsub
|
||||||
@{suntitles_ext} += [uU][sS][fF] # usf
|
@{subtitles_ext} += [uU][sS][fF] # usf
|
||||||
@{suntitles_ext} += [pP][aA][cC] # pac
|
@{subtitles_ext} += [pP][aA][cC] # pac
|
||||||
@{suntitles_ext} += [pP][jJ][sS] # pjs
|
@{subtitles_ext} += [pP][jJ][sS] # pjs
|
||||||
@{suntitles_ext} += [pP][sS][bB] # psb
|
@{subtitles_ext} += [pP][sS][bB] # psb
|
||||||
@{suntitles_ext} += [rR][tT] # rt
|
@{subtitles_ext} += [rR][tT] # rt
|
||||||
@{suntitles_ext} += [sS][bB][vV] # sbv
|
@{subtitles_ext} += [sS][bB][vV] # sbv
|
||||||
@{suntitles_ext} += [sS][mM][iI] # smi
|
@{subtitles_ext} += [sS][mM][iI] # smi
|
||||||
@{suntitles_ext} += [sS][rR][tT] # srt
|
@{subtitles_ext} += [sS][rR][tT] # srt
|
||||||
@{suntitles_ext} += [sS][sS][aA] # ssa
|
@{subtitles_ext} += [sS][sS][aA] # ssa
|
||||||
@{suntitles_ext} += [sS][sS][fF] # ssf
|
@{subtitles_ext} += [sS][sS][fF] # ssf
|
||||||
@{suntitles_ext} += [sS][tT][lL] # stl
|
@{subtitles_ext} += [sS][tT][lL] # stl
|
||||||
@{suntitles_ext} += [sS][uU][bB] # sub
|
@{subtitles_ext} += [sS][uU][bB] # sub
|
||||||
@{suntitles_ext} += [tT][t][mM][lL] # ttml
|
@{subtitles_ext} += [tT][t][mM][lL] # ttml
|
||||||
@{suntitles_ext} += [tT][t][xX][tT] # ttxt
|
@{subtitles_ext} += [tT][t][xX][tT] # ttxt
|
||||||
@{suntitles_ext} += [vV][tT][t] # vtt
|
@{subtitles_ext} += [vV][tT][t] # vtt
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
@{image_ext} = [aA][pP][nN][gG] # apng
|
@{image_ext} = [aA][pP][nN][gG] # apng
|
||||||
|
|
Loading…
Reference in a new issue