Ticket #2702 (closed enhancement: fixed)
add .m4v and .ts to mc.ext
Reported by: | nerijus | Owned by: | andrew_b |
---|---|---|---|
Priority: | trivial | Milestone: | 4.8.2 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master committed-stable |
Description
These are quite popular (especially .m4v) video files, please apply:
--- mc.ext.in.orig 2011-10-27 06:35:35.000000000 +0300 +++ mc.ext.in 2011-12-23 20:57:11.562627262 +0200 @@ -474,13 +474,16 @@ 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
Change History
comment:2 Changed 13 years ago by andrew_b
- Status changed from new to accepted
- Votes for changeset set to andrew_b
- Owner set to andrew_b
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.2
- Keywords stable-candidate added
Branch: 2702_video (parent: master).
changeset:cb9e56473ee290c1a1ef25350f63e5d6f2f03fff
comment:3 Changed 13 years ago by slavazanko
- Votes for changeset changed from andrew_b to andrew_b slavazanko
- Branch state changed from on review to approved
comment:4 Changed 13 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b slavazanko to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master.
changeset:7345058ba52c0b6484a33f68e026349da288b022
comment:5 Changed 13 years ago by andrew_b
- Keywords stable-candidate removed
- Status changed from testing to closed
Cherry-picked to 4.8.1-stable.
changeset:3fd3f2befee6348f0d6b16579b299e76c9d47934
Note: See
TracTickets for help on using
tickets.