Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 9351
Collapse All | Expand All

(-)transcode-0.6.1/filter/filter_pp.c (-1 / +1 lines)
Lines 154-160 Link Here
154
                  pp_page, vob->ex_v_width,
154
                  pp_page, vob->ex_v_width,
155
                  vob->ex_v_width, vob->ex_v_height,
155
                  vob->ex_v_width, vob->ex_v_height,
156
                  NULL, 0,
156
                  NULL, 0,
157
                  GET_PP_QUALITY_MAX);    
157
                  PP_QUALITY_MAX);    
158
    }
158
    }
159
  }
159
  }
160
  
160
  
(-)transcode-0.6.1/filter/filter_ppcvs.c (-1 / +1 lines)
Lines 160-166 Link Here
160
                  pp_page, vob->ex_v_width,
160
                  pp_page, vob->ex_v_width,
161
                  vob->ex_v_width, vob->ex_v_height,
161
                  vob->ex_v_width, vob->ex_v_height,
162
                  NULL, 0,
162
                  NULL, 0,
163
                  GET_PP_QUALITY_MAX);    
163
                  PP_QUALITY_MAX);    
164
    }
164
    }
165
  }
165
  }
166
  
166
  

Return to bug 9351