Changeset 871

Show
Ignore:
Timestamp:
05/04/08 19:39:27 (5 months ago)
Author:
astrange
Message:

Reinit parsers if they weren't inited. This is impossible but apparently still happens.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bitstream_info.c

    r861 r871  
    792792        return NULL; 
    793793         
     794        if (!ffusionFirstParser) initFFusionParsers(); 
     795         
    794796    for(ffParser = ffusionFirstParser; ffParser != NULL; ffParser = ffParser->next) { 
    795797                parser = ffParser->avparse;