Skip to content
  • René Stadler's avatar
    h264parser: fix access to uninitialized memory · fd4eb2e2
    René Stadler authored
    When vui->timing_info_present is 0, vui->fixed_frame_rate_flag and others
    cannot be accessed since they have not been set.
    
    It was also possible that sps->fps_{num,den} end up initialized here.
    fd4eb2e2