Branch: refs/heads/master
  Home:   https://github.com/mltframework/mlt
  Commit: dd998b4915b6a19fdaba40ded564d234740798c5
      
https://github.com/mltframework/mlt/commit/dd998b4915b6a19fdaba40ded564d234740798c5
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M src/framework/mlt_frame.c
    M src/modules/opengl/filter_movit_crop.cpp

  Log Message:
  -----------
  Fix regression in commit 3f84fe1.

Letting movit.crop pass along mlt_image_glsl causes too early conversion
to glsl (in the convert step after the producer's get_image()). The
deinterlace and fieldorder filters that sit between the producer and
movit.crop can place a new image on the frame and change the output
format _after_ calling mlt_frame_get_image(), which causes yet another
conversion to glsl.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to