[FFmpeg-devel] [PATCH] lavf: Do not attempt to use frame multi	threading when probing.
    Reimar Döffinger 
    Reimar.Doeffinger at gmx.de
       
    Sat Jan  7 18:54:55 CET 2012
    
    
  
On 7 Jan 2012, at 15:44, Michael Niedermayer <michaelni at gmx.at> wrote:
> This fixes various problems with getting stream info. For example playback of the
> file of Ticket88. Multithreaded find_stream_info should be reenabled
> once it works correctly
> This partly reverts 212fd3a1f1121a9db20c478f1fccf15e8bb53c94
Is it still broken after my fix?
In principle I am in favour since I don't really think probing should be multi-threaded (then overhead is likely to be more than the benefit, for example it might lead to quite a lot more frames being decoded than necessary), however there's a good chance this is just hiding some real issues that might not even be completely related to multithreading.
    
    
More information about the ffmpeg-devel
mailing list