[haiku-commits] r39034 - haiku/trunk/src/add-ons/media/plugins/ffmpeg

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 20 Oct 2010 23:29:16 +0200 (CEST)

Author: stippi
Date: 2010-10-20 23:29:16 +0200 (Wed, 20 Oct 2010)
New Revision: 39034
Changeset: http://dev.haiku-os.org/changeset/39034

Modified:
   haiku/trunk/src/add-ons/media/plugins/ffmpeg/EncoderTable.cpp
Log:
Enable the MJPEG encoder.


Modified: haiku/trunk/src/add-ons/media/plugins/ffmpeg/EncoderTable.cpp
===================================================================
--- haiku/trunk/src/add-ons/media/plugins/ffmpeg/EncoderTable.cpp       
2010-10-20 21:28:18 UTC (rev 39033)
+++ haiku/trunk/src/add-ons/media/plugins/ffmpeg/EncoderTable.cpp       
2010-10-20 21:29:16 UTC (rev 39034)
@@ -75,6 +75,19 @@
        },
        {
                {
+                       "MJPEG (Motion JPEG)",
+                       "mjpeg",
+                       0,
+                       CODEC_ID_MJPEG,
+                       { 0 }
+               },
+               B_ANY_FORMAT_FAMILY,
+               B_MEDIA_RAW_VIDEO,
+               B_MEDIA_ENCODED_VIDEO,
+               5
+       },
+       {
+               {
                        "Raw audio",
                        "pcm",
                        0,


Other related posts:

  • » [haiku-commits] r39034 - haiku/trunk/src/add-ons/media/plugins/ffmpeg - superstippi