Ticket #2797: mythplugins.diff

File mythplugins.diff, 697 bytes (added by anonymous, 5 years ago)

mythplugins.diff

  • mytharchive/mytharchivehelper/main.cpp

     
    16341634    } 
    16351635 
    16361636    // Getting stream information 
    1637     if ((ret = av_find_stream_info(inputFC)) < 0) 
     1637    if ((ret = av_find_stream_info_deep(inputFC)) < 0) 
    16381638    { 
    16391639        VERBOSE(VB_JOBQUEUE, 
    16401640                QString("Couldn't get stream info, error #%1").arg(ret)); 
     
    19051905    } 
    19061906 
    19071907    // Getting stream information 
    1908     ret = av_find_stream_info(inputFC); 
     1908    ret = av_find_stream_info_deep(inputFC); 
    19091909 
    19101910    if (ret < 0) 
    19111911    {