Ticket #1822: lang_menu_v1.patch
| File lang_menu_v1.patch, 981 bytes (added by , 20 years ago) |
|---|
-
libs/libmythtv/avformatdecoder.cpp
283 283 allow_ac3_passthru(false), allow_dts_passthru(false), 284 284 disable_passthru(false), 285 285 // DVD 286 lastdvdtitle( 0), lastcellstart(0),286 lastdvdtitle(-1), lastcellstart(0), 287 287 dvdmenupktseen(false), dvdvideopause(false), 288 288 lastrepeat(0) 289 289 { … … 2629 2629 { 2630 2630 int current_width = curstream->codec->width; 2631 2631 int video_width = GetNVP()->GetVideoWidth(); 2632 if (video_width > 0 && video_width != current_width) 2632 if (video_width > 0 && video_width != current_width && 2633 !ringBuffer->DVD()->InStillFrame()) 2633 2634 { 2634 2635 av_free_packet(pkt); 2635 2636 av_find_stream_info(ic);
