Skip to content
  • Luis de Bethencourt's avatar
    video-converter: bits variable always set · 4fb00958
    Luis de Bethencourt authored
    In function gst_video_scaler_vertical() the bits variable is always
    set to either 8 or 16 in every possible format. No need to initialize it.
    
    If the format isn't valid it goes to no_func, so there is no need to
    handle the case of bits not being 8 or 16.
    
    CID #1268401
    4fb00958