Ticket #789: mythtv_novideopts.patch

File mythtv_novideopts.patch, 430 bytes (added by Mark Spieth, 18 years ago)
  • libs/libmythtv/avformatdecoder.cpp

     
    636653    fmt->flags &= ~AVFMT_NOFILE;
    637654
    638655    av_estimate_timings(ic);
     656    av_read_frame_flush(ic);    // make sure things are the way they should be
    639657
    640658    // Scan for the initial A/V streams
    641659