]> git.sesse.net Git - mlt/commitdiff
Temporary fix for new crash when closing codec.
authorDan Dennedy <dan@dennedy.org>
Tue, 7 Jun 2011 05:35:17 +0000 (22:35 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 7 Jun 2011 05:35:17 +0000 (22:35 -0700)
src/modules/avformat/consumer_avformat.c

index bdb002c34ccf29967d9a5b57f064d6e9a8f88e9c..9a97d1878c22488fd24eea4307e300e905f04c08 100644 (file)
@@ -936,6 +936,8 @@ static int open_video( mlt_properties properties, AVFormatContext *oc, AVStream
 
 void close_video(AVFormatContext *oc, AVStream *st)
 {
+       // TODO: remove this hack when we figure out cause
+       return;
        if ( st && st->codec )
        {
                avformat_lock();