Ticket #8827: ttx.diff

File ttx.diff, 774 bytes (added by markk, 14 years ago)
  • home/mark/trunk2/mythtv/libs/libmythtv/avformatdecoder.cpp

     
    31813181                // SECAM lines  6-23
    31823182                // PAL   lines  6-22
    31833183                // NTSC  lines 10-21 (rare)
     3184                if (tracks[kTrackTypeTeletextMenu].empty())
     3185                {
     3186                    StreamInfo si(pkt->stream_index, 0, 0, 0, 0);
     3187                    tracks[kTrackTypeTeletextMenu].push_back(si);
     3188                }
    31843189                ttd->Decode(buf+1, VBI_IVTV);
    31853190                break;
    31863191            case VBI_TYPE_CC: