mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Ticket #2702: improve video support.
Open .m4v and .ts files as video ones. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
067256f0df
commit
7345058ba5
@ -462,13 +462,16 @@ regex/\.([mM][kK][vV])$
|
||||
regex/\.([mM][oO][vV]|[qQ][tT])$
|
||||
Include=video
|
||||
|
||||
regex/\.([mM][pP]4|[mM][pP][eE]?[gG])$
|
||||
regex/\.([mM][pP]4|[mM]4[vV]|[mM][pP][eE]?[gG])$
|
||||
Include=video
|
||||
|
||||
# MPEG-2 TS container + H.264 codec
|
||||
regex/\.([mM][tT][sS])$
|
||||
Include=video
|
||||
|
||||
regex/\.([tT][sS])$
|
||||
Include=video
|
||||
|
||||
regex/\.([vV][oO][bB])$
|
||||
Include=video
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user