Commit 851f92d4 authored by Christophe Massiot's avatar Christophe Massiot

* Fixed f*cking QuickTime 6 bug (which in turn happened to be our fault

:*-((((((((((((()
parent f27f076d
...@@ -542,7 +542,7 @@ static int QTCreateSequence( vout_thread_t *p_vout ) ...@@ -542,7 +542,7 @@ static int QTCreateSequence( vout_thread_t *p_vout )
p_descr->frameCount = 1; p_descr->frameCount = 1;
p_descr->clutID = -1; p_descr->clutID = -1;
p_descr->dataSize = 0; p_descr->dataSize = 0;
p_descr->depth = 12; p_descr->depth = 24;
HUnlock( (Handle)p_vout->p_sys->h_img_descr ); HUnlock( (Handle)p_vout->p_sys->h_img_descr );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment