Ticket #2702 (closed enhancement: fixed)

Opened 12 years ago

Last modified 12 years ago

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:1 Changed 12 years ago by andrew_b

  • Component changed from mc-vfs to mc-core

comment:2 Changed 12 years ago by andrew_b

  • Status changed from new to accepted
  • Votes for changeset set to andrew_b
  • Keywords stable-candidate added
  • Branch state changed from no branch to on review
  • Milestone changed from Future Releases to 4.8.2
  • Owner set to andrew_b

Branch: 2702_video (parent: master).
changeset:cb9e56473ee290c1a1ef25350f63e5d6f2f03fff

comment:3 Changed 12 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 12 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

comment:5 Changed 12 years ago by andrew_b

  • Keywords stable-candidate removed
  • Status changed from testing to closed

comment:6 Changed 12 years ago by andrew_b

  • Votes for changeset changed from committed-master to committed-master committed-stable
Note: See TracTickets for help on using tickets.